(svn r8976) -Codechange: Reinitialize all engines after grf files have been reloaded/changed.

This commit is contained in:
Darkvater 2007-03-02 15:17:48 +00:00
parent baf79a6a85
commit 991fbeaefa
1 changed files with 1 additions and 0 deletions

View File

@ -1852,6 +1852,7 @@ void ReloadNewGRFData(void)
/* reload vehicles */
ResetVehiclePosHash();
AfterLoadVehicles();
StartupEngines();
/* update station and waypoint graphics */
AfterLoadWaypoints();
AfterLoadStations();