diff options
Diffstat (limited to 'source/Root.h')
-rw-r--r-- | source/Root.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Root.h b/source/Root.h index c05b29d14..175084c53 100644 --- a/source/Root.h +++ b/source/Root.h @@ -162,7 +162,7 @@ private: void LoadGlobalSettings(); /// Loads the worlds from settings.ini, creates the worldmap - void LoadWorlds(void); + void LoadWorlds(cIniFile & IniFile); /// Starts each world's life void StartWorlds(void); |