aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-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 fba95c58c1..e4fb099793 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -624,6 +624,8 @@ void ScummEngine_v90he::o90_unknown28() {
pop();
pop();
break;
+ case 180:
+ break;
default:
error("o90_unknown28: Unknown case %d", subOp);
}