diff options
-rw-r--r-- | scumm/script_v6he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index 3edc6b503c..6cd1b830aa 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -699,7 +699,7 @@ void ScummEngine_v6he::o6_actorOps() { a->needRedraw = true; a->needBgReset = true; break; - case 225: // SO_ALWAYS_ZCLIP + case 225: i = pop(); // talkie slot warning("o6_actorOps: stub case %d", b); break; |