(svn r4129) - CodeChange: Add proper bool type for is_ai as well...it is a bool type.

This commit is contained in:
Darkvater
2006-03-26 22:25:29 +00:00
parent d5909f901a
commit fa86dff4c3
2 changed files with 2 additions and 2 deletions

View File

@@ -182,7 +182,7 @@ typedef struct Player {
int32 bankrupt_value;
bool is_active;
byte is_ai;
bool is_ai;
PlayerAI ai;
PlayerAiNew ainew;