summaryrefslogtreecommitdiffstats
path: root/source/Root.h
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2013-10-26 17:08:28 +0200
committerSTRWarrior <niels.breuker@hotmail.nl>2013-10-26 17:08:28 +0200
commit77661f4c594190ff93de4924d62aaac9e112e8a2 (patch)
treec33b45332ea90dd706d13ca9b1daf847a56c22e6 /source/Root.h
parentAPIDump: Documented cMonster. (diff)
downloadcuberite-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 '')
-rw-r--r--source/Root.h2
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);