File diff r18236:9c50bd9163d3 → r18237:ef265d83ffb7
src/engine.cpp
Show inline comments
 
@@ -635,7 +635,10 @@ void StartupOneEngine(Engine *e, Date ag
 
	}
 
}
 

	
 
/** 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;