1
0

Changed "cIniFile IniFile" to cIniFile & IniFile"

This commit is contained in:
STRWarrior
2013-10-26 19:47:12 +02:00
parent 77661f4c59
commit cb06f35cb8
4 changed files with 6 additions and 6 deletions

View File

@@ -245,7 +245,7 @@ void cRoot::LoadGlobalSettings()
void cRoot::LoadWorlds(cIniFile IniFile)
void cRoot::LoadWorlds(cIniFile & IniFile)
{
// First get the default world
AString DefaultWorldName = IniFile.GetValueSet("Worlds", "DefaultWorld", "world");