mirror of https://github.com/OpenTTD/OpenTTD
(svn r8976) -Codechange: Reinitialize all engines after grf files have been reloaded/changed.
parent
baf79a6a85
commit
991fbeaefa
|
@ -1852,6 +1852,7 @@ void ReloadNewGRFData(void)
|
||||||
/* reload vehicles */
|
/* reload vehicles */
|
||||||
ResetVehiclePosHash();
|
ResetVehiclePosHash();
|
||||||
AfterLoadVehicles();
|
AfterLoadVehicles();
|
||||||
|
StartupEngines();
|
||||||
/* update station and waypoint graphics */
|
/* update station and waypoint graphics */
|
||||||
AfterLoadWaypoints();
|
AfterLoadWaypoints();
|
||||||
AfterLoadStations();
|
AfterLoadStations();
|
||||||
|
|
Loading…
Reference in New Issue