Merge pull request #281 from VacuumBreather/train_speed_adaptation
# Conflicts: # src/saveload/extended_ver_sl.cpp # src/saveload/extended_ver_sl.h
This commit is contained in:
@@ -147,6 +147,7 @@ struct Train FINAL : public GroundVehicle<Train, VEH_TRAIN> {
|
||||
uint16 reverse_distance;
|
||||
uint16 tunnel_bridge_signal_num;
|
||||
uint16 speed_restriction;
|
||||
uint16 signal_speed_restriction;
|
||||
|
||||
/** We don't want GCC to zero our struct! It already is zeroed and has an index! */
|
||||
Train() : GroundVehicleBase() {}
|
||||
|
Reference in New Issue
Block a user