diff options
-rw-r--r-- | scumm/script_v6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index e9139c881f..9e2bdfe3fb 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -1727,7 +1727,7 @@ void ScummEngine_v6::o6_actorOps() { case 93: // SO_NEVER_ZCLIP a->forceClip = 0; break; - case 225: // FIXME: Is subop 225 really identical to subop 94 + case 225: // SO_ALWAYS_ZCLIP case 94: // SO_ALWAYS_ZCLIP a->forceClip = pop(); break; |