Add group info patch
Fix whitespace, add NOSAVE comment in vehicle struct http://www.tt-forums.net/viewtopic.php?f=33&t=72855
This commit is contained in:
committed by
Jonathan G Rennison
parent
c8a727d3fc
commit
45b5145396
@@ -250,6 +250,7 @@ public:
|
||||
uint16 refit_cap; ///< Capacity left over from before last refit.
|
||||
VehicleCargoList cargo; ///< The cargo this vehicle is carrying
|
||||
uint16 cargo_age_counter; ///< Ticks till cargo is aged next.
|
||||
int8 trip_occupancy; ///< NOSAVE: Occupancy of vehicle of the current trip (updated after leaving a station).
|
||||
|
||||
byte day_counter; ///< Increased by one for each day
|
||||
byte tick_counter; ///< Increased by one for each tick
|
||||
|
||||
Reference in New Issue
Block a user