mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 18:06:26 +00:00
Still needed, mixed up block types.
svn-id: r17344
This commit is contained in:
parent
d7b6860730
commit
994769ec16
@ -1036,6 +1036,9 @@ void SmushPlayer::parseNextFrame() {
|
||||
Chunk *sub = _base->subBlock();
|
||||
|
||||
switch (sub->getType()) {
|
||||
case TYPE_AHDR: // FT INSANE may seek file to the beginning
|
||||
handleAnimHeader(*sub);
|
||||
break;
|
||||
case TYPE_FRME:
|
||||
handleFrame(*sub);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user