mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 01:05:59 +00:00
SCUMM: Fix warning
This commit is contained in:
parent
7d2d5e371d
commit
aa6ae7ac35
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user