aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script_v90he.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index fae919c566..079c9d6d0c 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -713,6 +713,7 @@ void ScummEngine_v90he::o90_getSpriteInfo() {
} else {
push(0);
}
+ break;
case 1:
spriteId = pop();
if (spriteId) {
@@ -721,6 +722,7 @@ void ScummEngine_v90he::o90_getSpriteInfo() {
} else {
push(0);
}
+ break;
case 2:
spriteId = pop();
if (spriteId) {