Move dual-use of load_unload_ticks for bridge/tun signals to new field
This commit is contained in:
@@ -102,6 +102,8 @@ struct Train FINAL : public GroundVehicle<Train, VEH_TRAIN> {
|
||||
/** Ticks waiting in front of a signal, ticks being stuck or a counter for forced proceeding through signals. */
|
||||
uint16 wait_counter;
|
||||
|
||||
uint16 tunnel_bridge_signal_num;
|
||||
|
||||
/** We don't want GCC to zero our struct! It already is zeroed and has an index! */
|
||||
Train() : GroundVehicleBase() {}
|
||||
/** We want to 'destruct' the right class. */
|
||||
|
Reference in New Issue
Block a user