player.h
changeset 3345 0c5a7caf7f95
parent 3344 fc86351d4641
child 3355 e414a0b104a6
equal deleted inserted replaced
3344:fc86351d4641 3345:0c5a7caf7f95
   180 	byte bankrupt_asked; // which players were asked about buying it?
   180 	byte bankrupt_asked; // which players were asked about buying it?
   181 	int16 bankrupt_timeout;
   181 	int16 bankrupt_timeout;
   182 	int32 bankrupt_value;
   182 	int32 bankrupt_value;
   183 
   183 
   184 	bool is_active;
   184 	bool is_active;
   185 	byte is_ai;
   185 	bool is_ai;
   186 	PlayerAI ai;
   186 	PlayerAI ai;
   187 	PlayerAiNew ainew;
   187 	PlayerAiNew ainew;
   188 
   188 
   189 	int64 yearly_expenses[3][13];
   189 	int64 yearly_expenses[3][13];
   190 	PlayerEconomyEntry cur_economy;
   190 	PlayerEconomyEntry cur_economy;