(svn r15038) -Fix (r15027): loading older savegames failed

This commit is contained in:
truebrain
2009-01-12 19:31:00 +00:00
parent 4a5044e61a
commit 2c89bfbc81
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ struct Company : PoolItem<Company, CompanyByte, &_Company_pool> {
Money bankrupt_value;
bool is_ai;
bool is_noai; ///< This is a NoAI player (for loading old savegames properly). Part of the NoAI 'hack' to retain savegame compatability with trunk
bool is_noai; ///< This is a NoAI player (for loading old savegames properly)
class AIInstance *ai_instance;
class AIInfo *ai_info;