LOL: minor bug fix

svn-id: r41358
This commit is contained in:
Florian Kagerer 2009-06-07 22:42:21 +00:00
parent 897c0104c9
commit 77bcc94f80

View File

@ -134,6 +134,7 @@ Common::Error LoLEngine::loadGameState(int slot) {
flags[i] = in.readUint16BE();
}
memset(_flagsTable, 0, sizeof(_flagsTable));
for (uint i = 0; i < ARRAYSIZE(flags); ++i) {
for (uint k = 0; k < 16; ++k) {
if (flags[i] & (1 << k))