summaryrefslogtreecommitdiffstats
path: root/src/Root.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Root.h')
-rw-r--r--src/Root.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Root.h b/src/Root.h
index 722554332..b5c63774b 100644
--- a/src/Root.h
+++ b/src/Root.h
@@ -225,10 +225,10 @@ private:
/** Loads the worlds from settings.ini, creates the worldmap */
void LoadWorlds(cSettingsRepositoryInterface & a_Settings, bool a_IsNewIniFile);
- /** Starts each world's life */
+ /** Starts the tick thread of each loaded world. */
void StartWorlds(void);
- /** Stops each world's threads, so that it's safe to unload them */
+ /** Stops each world's threads, so that it's safe to unload them. */
void StopWorlds(void);
/** Unloads all worlds from memory */