diff options
-rw-r--r-- | src/openttd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp index 8dc6a36fe..29a57d27c 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -1852,6 +1852,7 @@ void ReloadNewGRFData(void) /* reload vehicles */ ResetVehiclePosHash(); AfterLoadVehicles(); + StartupEngines(); /* update station and waypoint graphics */ AfterLoadWaypoints(); AfterLoadStations(); |