src/vehicle.h
branchcustombridgeheads
changeset 5648 1608018c5ff2
parent 5643 3778051e8095
child 5650 aefc131bf5ce
equal deleted inserted replaced
5647:cbde85c8c878 5648:1608018c5ff2
   217 	// NOSAVE: All of those can be updated with VehiclePositionChanged()
   217 	// NOSAVE: All of those can be updated with VehiclePositionChanged()
   218 	int32 left_coord;
   218 	int32 left_coord;
   219 	int32 top_coord;
   219 	int32 top_coord;
   220 	int32 right_coord;
   220 	int32 right_coord;
   221 	int32 bottom_coord;
   221 	int32 bottom_coord;
   222 	VehicleID next_hash;
   222 	Vehicle *next_hash;
   223 
   223 
   224 	// Related to age and service time
   224 	// Related to age and service time
   225 	Date age;     // Age in days
   225 	Date age;     // Age in days
   226 	Date max_age; // Maximum age
   226 	Date max_age; // Maximum age
   227 	Date date_of_last_service;
   227 	Date date_of_last_service;