CHEWY: Fix loading of animation frame offset corrections

This commit is contained in:
Paul Gilbert 2022-01-02 17:32:53 -08:00
parent 9ae2ed3119
commit c3a90f6672

View File

@ -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 {