Still needed, mixed up block types.

svn-id: r17344
This commit is contained in:
Travis Howell 2005-04-03 06:40:44 +00:00
parent d7b6860730
commit 994769ec16

View File

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