Fix mistake

This commit is contained in:
Ni3znajomy 2015-07-11 20:18:43 +02:00
parent 3132e20fad
commit cc12f0a0a4

View File

@ -901,7 +901,7 @@ bool CGameConfigManager::LoadGameConfigFile(const char *file, IGameConfig **conf
configFromCache = new CGameConfig(file);
configFromCache->AddRef();
bool returnValue = returnValue = configFromCache->Reparse(error, maxlength);
bool returnValue = configFromCache->Reparse(error, maxlength);
m_Lookup.insert(file, configFromCache);
*config = configFromCache;