aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index 839aa00875..a438a786db 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -1573,8 +1573,8 @@ void ScummEngine_v2::o2_getActorWalkBox() {
}
void ScummEngine_v2::o2_dummy() {
- // Opcode 238 is used in Zak but has no purpose
- if (!(_gameId == GID_ZAK && _opcode == 238))
+ // Opcode 238 is used in maniac and zak but has no purpose
+ if (_opcode != 238)
warning("o2_dummy invoked (opcode %d)", _opcode);
}