(svn r8976) -Codechange: Reinitialize all engines after grf files have been reloaded/changed.
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user