vehicle.h
changeset 3344 fc86351d4641
parent 3338 7cff208f0446
child 3347 0ddacd451b81
equal deleted inserted replaced
3343:224c7ee3ef3f 3344:fc86351d4641
   176 	byte progress;
   176 	byte progress;
   177 
   177 
   178 	byte vehstatus;		// Status
   178 	byte vehstatus;		// Status
   179 	uint16 last_station_visited;
   179 	uint16 last_station_visited;
   180 
   180 
   181 	byte cargo_type;	// type of cargo this vehicle is carrying
   181 	CargoID cargo_type;	// type of cargo this vehicle is carrying
   182 	byte cargo_days; // how many days have the pieces been in transit
   182 	byte cargo_days; // how many days have the pieces been in transit
   183 	uint16 cargo_source;// source of cargo
   183 	uint16 cargo_source;// source of cargo
   184 	uint16 cargo_cap;	// total capacity
   184 	uint16 cargo_cap;	// total capacity
   185 	uint16 cargo_count;// how many pieces are used
   185 	uint16 cargo_count;// how many pieces are used
   186 
   186