move more of autoplay into debugOverlay

This commit is contained in:
Chris Danford
2005-05-18 07:15:56 +00:00
parent e504fb4e98
commit dd98a6bc7e
11 changed files with 68 additions and 48 deletions
+2 -1
View File
@@ -224,10 +224,11 @@ const int NUM_RANKING_LINES = 5;
enum PlayerController
{
PC_HUMAN,
PC_CPU,
PC_AUTOPLAY,
PC_CPU,
NUM_PLAYER_CONTROLLERS
};
const CString& PlayerControllerToString( PlayerController pc );
const int MIN_SKILL = 0;
const int MAX_SKILL = 10;