SCUMM: Fix warning

This commit is contained in:
Eugene Sandulenko 2016-02-14 17:51:30 +01:00
parent 7d2d5e371d
commit aa6ae7ac35

View File

@ -1303,7 +1303,7 @@ void ScummEngine::saveOrLoad(Serializer *s) {
if (hasTownsData) {
// Skip FM-Towns specific data
for (int i = 69 * sizeof(uint8) + 44 * sizeof(int16); i; i--)
for (i = 69 * sizeof(uint8) + 44 * sizeof(int16); i; i--)
s->loadByte();
}