1
0

cIniFile doesn't store filename internally anymore.

This commit is contained in:
madmaxoft
2013-10-25 11:15:44 +02:00
parent c875b88758
commit 9e9198e090
14 changed files with 56 additions and 213 deletions

View File

@@ -75,8 +75,6 @@ bool cChunkGenerator::Start(cWorld * a_World, cIniFile & a_IniFile)
m_Generator->Initialize(a_World, a_IniFile);
a_IniFile.WriteFile();
return super::Start();
}