summaryrefslogtreecommitdiff
path: root/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'player.h')
-rw-r--r--player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/player.h b/player.h
index e6ed1fe2e..3195e1c7f 100644
--- a/player.h
+++ b/player.h
@@ -182,7 +182,7 @@ typedef struct Player {
int32 bankrupt_value;
bool is_active;
- byte is_ai;
+ bool is_ai;
PlayerAI ai;
PlayerAiNew ainew;