src/player_base.h
changeset 8515 20b5c6e8415e
parent 8258 9fa31acb07bc
child 8786 1823ff88a054
equal deleted inserted replaced
8514:9099177c0c87 8515:20b5c6e8415e
    60 	Money bankrupt_value;
    60 	Money bankrupt_value;
    61 
    61 
    62 	bool is_active;
    62 	bool is_active;
    63 	bool is_ai;
    63 	bool is_ai;
    64 
    64 
    65 	Money yearly_expenses[3][13];
    65 	Money yearly_expenses[3][EXPENSES_END];
    66 	PlayerEconomyEntry cur_economy;
    66 	PlayerEconomyEntry cur_economy;
    67 	PlayerEconomyEntry old_economy[24];
    67 	PlayerEconomyEntry old_economy[24];
    68 	EngineRenewList engine_renew_list; ///< Defined later
    68 	EngineRenewList engine_renew_list; ///< Defined later
    69 	bool engine_renew;
    69 	bool engine_renew;
    70 	bool renew_keep_length;
    70 	bool renew_keep_length;