src/player.h
branchnoai
changeset 9598 b73018a5ffc0
parent 9505 9711235f5693
child 9624 b71483f2330f
equal deleted inserted replaced
9597:db3908cf597a 9598:b73018a5ffc0
    61 	int16 bankrupt_timeout;
    61 	int16 bankrupt_timeout;
    62 	int32 bankrupt_value;
    62 	int32 bankrupt_value;
    63 
    63 
    64 	bool is_active;
    64 	bool is_active;
    65 	bool is_ai;
    65 	bool is_ai;
       
    66 	bool is_noai; ///< This is a NoAI player (for loading old savegames properly). Part of the NoAI 'hack' to retain savegame compatability with trunk.
    66 
    67 
    67 	int64 yearly_expenses[3][13];
    68 	int64 yearly_expenses[3][13];
    68 	PlayerEconomyEntry cur_economy;
    69 	PlayerEconomyEntry cur_economy;
    69 	PlayerEconomyEntry old_economy[24];
    70 	PlayerEconomyEntry old_economy[24];
    70 	EngineRenewList engine_renew_list; ///< Defined later
    71 	EngineRenewList engine_renew_list; ///< Defined later