summaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index d59e2fb6f..f0839aea7 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -635,7 +635,10 @@ void StartupOneEngine(Engine *e, Date aging_date)
}
}
-/** 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;