aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/smush/player.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/smush/player.cpp b/scumm/smush/player.cpp
index 616b712520..d1a271ab91 100644
--- a/scumm/smush/player.cpp
+++ b/scumm/smush/player.cpp
@@ -577,6 +577,8 @@ void SmushPlayer::handleFrame(Chunk & b) {
case TYPE_SKIP:
handleSkip(*sub);
break;
+ case TYPE_TEXT:
+ break;
default:
error("Unknown frame subChunk found : %s, %d", Chunk::ChunkString(sub->getType()), sub->getSize());
}