diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2013-10-26 17:08:28 +0200 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2013-10-26 17:08:28 +0200 |
commit | 77661f4c594190ff93de4924d62aaac9e112e8a2 (patch) | |
tree | c33b45332ea90dd706d13ca9b1daf847a56c22e6 /source/Root.h | |
parent | APIDump: Documented cMonster. (diff) | |
download | cuberite-77661f4c594190ff93de4924d62aaac9e112e8a2.tar cuberite-77661f4c594190ff93de4924d62aaac9e112e8a2.tar.gz cuberite-77661f4c594190ff93de4924d62aaac9e112e8a2.tar.bz2 cuberite-77661f4c594190ff93de4924d62aaac9e112e8a2.tar.lz cuberite-77661f4c594190ff93de4924d62aaac9e112e8a2.tar.xz cuberite-77661f4c594190ff93de4924d62aaac9e112e8a2.tar.zst cuberite-77661f4c594190ff93de4924d62aaac9e112e8a2.zip |
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..6bd8217d9 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); |