diff src/engine.cpp @ 18247:973050b62813 draft

(svn r23083) -Fix: run StartupEngines() if NewGRFs changed during loading a savegame, just like it's running when NewGRFs are changed during a game
author yexo <yexo@openttd.org>
date Thu, 03 Nov 2011 12:54:02 +0000 (2011-11-03)
parents e6cbcbf3780f
children f3ce001bc1d1
line wrap: on
line diff
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -635,7 +635,10 @@
 	}
 }
 
-/** Start/initialise all our engines. */
+/**
+ * Start/initialise all our engines. Must be called whenever there are changes
+ * to the NewGRF config.
+ */
 void StartupEngines()
 {
 	Engine *e;