summaryrefslogtreecommitdiffstats
path: root/src/Root.h
diff options
context:
space:
mode:
authorSafwat Halaby <SafwatHalaby@users.noreply.github.com>2015-12-25 13:25:20 +0100
committerSafwat Halaby <SafwatHalaby@users.noreply.github.com>2015-12-25 13:59:54 +0100
commit74912a2aafc4714161abd990e3fc731d958e352a (patch)
treee62f05944af6767ee4ec01fc86bf08c6ab48c706 /src/Root.h
parentMerge pull request #2815 from SafwatHalaby/world (diff)
downloadcuberite-74912a2aafc4714161abd990e3fc731d958e352a.tar
cuberite-74912a2aafc4714161abd990e3fc731d958e352a.tar.gz
cuberite-74912a2aafc4714161abd990e3fc731d958e352a.tar.bz2
cuberite-74912a2aafc4714161abd990e3fc731d958e352a.tar.lz
cuberite-74912a2aafc4714161abd990e3fc731d958e352a.tar.xz
cuberite-74912a2aafc4714161abd990e3fc731d958e352a.tar.zst
cuberite-74912a2aafc4714161abd990e3fc731d958e352a.zip
Diffstat (limited to 'src/Root.h')
-rw-r--r--src/Root.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Root.h b/src/Root.h
index 064752ab4..261dac29f 100644
--- a/src/Root.h
+++ b/src/Root.h
@@ -224,7 +224,7 @@ private:
void LoadGlobalSettings();
/** Loads the worlds from settings.ini, creates the worldmap */
- void LoadWorlds(cSettingsRepositoryInterface & a_Settings, bool a_NewIniFile);
+ void LoadWorlds(cSettingsRepositoryInterface & a_Settings, bool a_IsNewIniFile);
/** Starts each world's life */
void StartWorlds(void);