vehicle.h
changeset 849 c6223dbdb202
parent 842 ebfd36603ab9
child 919 b0d6c7642f99
equal deleted inserted replaced
848:7bbdaf9c1f2c 849:c6223dbdb202
   176 	Order current_order;
   176 	Order current_order;
   177 	Order *schedule_ptr;
   177 	Order *schedule_ptr;
   178 
   178 
   179 	// Boundaries for the current position in the world and a next hash link.
   179 	// Boundaries for the current position in the world and a next hash link.
   180 	// NOSAVE: All of those can be updated with VehiclePositionChanged()
   180 	// NOSAVE: All of those can be updated with VehiclePositionChanged()
   181 	int16 left_coord, top_coord, right_coord, bottom_coord;
   181 	int32 left_coord;
       
   182 	int32 top_coord;
       
   183 	int32 right_coord;
       
   184 	int32 bottom_coord;
   182 	uint16 next_hash;
   185 	uint16 next_hash;
   183 
   186 
   184 	// Related to age and service time
   187 	// Related to age and service time
   185 	uint16 age;				// Age in days
   188 	uint16 age;				// Age in days
   186 	uint16 max_age;		// Maximum age
   189 	uint16 max_age;		// Maximum age