Merge branch 'signal_tunnels_bridges' into jgrpp

# Conflicts:
#	src/saveload/extended_ver_sl.cpp
#	src/train.h
This commit is contained in:
Jonathan G Rennison
2018-03-26 18:42:23 +01:00
5 changed files with 20 additions and 7 deletions

View File

@@ -117,6 +117,7 @@ struct Train FINAL : public GroundVehicle<Train, VEH_TRAIN> {
uint16 wait_counter;
uint16 reverse_distance;
uint16 tunnel_bridge_signal_num;
/** We don't want GCC to zero our struct! It already is zeroed and has an index! */
Train() : GroundVehicleBase() {}