player.h
changeset 4289 8981ce44336d
parent 4077 d4d440dd8925
child 4326 2e2c9d21ed96
equal deleted inserted replaced
4288:393de75451b1 4289:8981ce44336d
   116 	int new_cost;
   116 	int new_cost;
   117 
   117 
   118 	byte action;
   118 	byte action;
   119 
   119 
   120 	int last_id; // here is stored the last id of the searched city/industry
   120 	int last_id; // here is stored the last id of the searched city/industry
   121 	uint last_vehiclecheck_date; // Used in CheckVehicle
   121 	Date last_vehiclecheck_date; // Used in CheckVehicle
   122 	Ai_SpecialVehicle special_vehicles[AI_MAX_SPECIAL_VEHICLES]; // Some vehicles have some special flags
   122 	Ai_SpecialVehicle special_vehicles[AI_MAX_SPECIAL_VEHICLES]; // Some vehicles have some special flags
   123 
   123 
   124 	TileIndex from_tile;
   124 	TileIndex from_tile;
   125 	TileIndex to_tile;
   125 	TileIndex to_tile;
   126 
   126