mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 10:51:11 +00:00
CHEWY: Fix loading of animation frame offset corrections
This commit is contained in:
parent
9ae2ed3119
commit
c3a90f6672
@ -434,7 +434,7 @@ void datei::load_korrektur(const char *fname, int16 *sp) {
|
||||
fcode = READFEHLER;
|
||||
modul = DATEI;
|
||||
} else {
|
||||
for (int i = 0; i < header->count; ++i)
|
||||
for (int i = 0; i < header->count * 2; ++i)
|
||||
*sp++ = f.readSint16LE();
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user