1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-31 14:36:39 +00:00

Fixed load file error if no file is found

This commit is contained in:
graffy76 2013-06-22 07:43:28 -05:00
parent a73b97d125
commit 62e164b2aa

View file

@ -177,9 +177,9 @@ void CSMSettings::UserSettings::loadFromFile(const QString &filePath)
} }
mSectionSettings.insert(section, settings); mSectionSettings.insert(section, settings);
}
stream->device()->close(); stream->device()->close();
}
return; return;
} }