src/openttd.cpp
changeset 6196 ac5aa79d27ea
parent 6193 6f20de9e4f1b
child 6229 695400602ab0
equal deleted inserted replaced
6195:e2f112f5d50f 6196:ac5aa79d27ea
  1850 	GfxLoadSprites();
  1850 	GfxLoadSprites();
  1851 	LoadStringWidthTable();
  1851 	LoadStringWidthTable();
  1852 	/* reload vehicles */
  1852 	/* reload vehicles */
  1853 	ResetVehiclePosHash();
  1853 	ResetVehiclePosHash();
  1854 	AfterLoadVehicles();
  1854 	AfterLoadVehicles();
       
  1855 	StartupEngines();
  1855 	/* update station and waypoint graphics */
  1856 	/* update station and waypoint graphics */
  1856 	AfterLoadWaypoints();
  1857 	AfterLoadWaypoints();
  1857 	AfterLoadStations();
  1858 	AfterLoadStations();
  1858 	/* redraw the whole screen */
  1859 	/* redraw the whole screen */
  1859 	MarkWholeScreenDirty();
  1860 	MarkWholeScreenDirty();