player.h
changeset 990 d2872f4948c1
parent 983 4765bf636f6b
child 998 c90459c24842
equal deleted inserted replaced
989:e8cb18c99990 990:d2872f4948c1
   110 	byte tbt; // train/bus/truck 0/1/2 AI_TRAIN/AI_BUS/AI_TRUCK
   110 	byte tbt; // train/bus/truck 0/1/2 AI_TRAIN/AI_BUS/AI_TRUCK
   111 	int new_cost;
   111 	int new_cost;
   112 
   112 
   113 	byte action;
   113 	byte action;
   114 
   114 
   115 	uint last_id; // here is stored the last id of the searched city/industry
   115 	int last_id; // here is stored the last id of the searched city/industry
   116 	uint last_vehiclecheck_date; // Used in CheckVehicle
   116 	uint last_vehiclecheck_date; // Used in CheckVehicle
   117 	Ai_SpecialVehicle special_vehicles[AI_MAX_SPECIAL_VEHICLES]; // Some vehicles have some special flags
   117 	Ai_SpecialVehicle special_vehicles[AI_MAX_SPECIAL_VEHICLES]; // Some vehicles have some special flags
   118 
   118 
   119 	TileIndex from_tile;
   119 	TileIndex from_tile;
   120 	TileIndex to_tile;
   120 	TileIndex to_tile;