summaryrefslogtreecommitdiffstats
path: root/source/Root.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-10-27 09:04:39 +0100
committermadmaxoft <github@xoft.cz>2013-10-27 09:04:39 +0100
commitf032a2ff742f408a0400b4267ab67d6dae86ead2 (patch)
treee1e6d9233fa8354d4ef0dc4666f4e4ddc90d3880 /source/Root.h
parentAPIDump: Documented cPickup. (diff)
parentChanged "cIniFile IniFile" to cIniFile & IniFile" (diff)
downloadcuberite-f032a2ff742f408a0400b4267ab67d6dae86ead2.tar
cuberite-f032a2ff742f408a0400b4267ab67d6dae86ead2.tar.gz
cuberite-f032a2ff742f408a0400b4267ab67d6dae86ead2.tar.bz2
cuberite-f032a2ff742f408a0400b4267ab67d6dae86ead2.tar.lz
cuberite-f032a2ff742f408a0400b4267ab67d6dae86ead2.tar.xz
cuberite-f032a2ff742f408a0400b4267ab67d6dae86ead2.tar.zst
cuberite-f032a2ff742f408a0400b4267ab67d6dae86ead2.zip
Diffstat (limited to 'source/Root.h')
-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..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);