1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-23 14:39:08 +00:00

(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

@@ -1034,7 +1034,7 @@ static bool LoadOldPlayer(LoadgameState *ls, int num)
} else {
/* Beside some multiplayer maps (1 on 1), which we don't official support,
all other players are an AI.. mark them as such */
p->is_ai = 1;
p->is_ai = true;
}
/* Sometimes it is better to not ask.. in old scenarios, the money