diff options
-rw-r--r-- | scumm/script_v7he.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index e904f30837..b61b6c00f3 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -752,6 +752,10 @@ void ScummEngine_v7he::o7_kernelSetFunctions() { _skipProcessActors = 0; _fullRedraw = 1; break; + case 30: + // Y clip of Actor + debug(1, "Actor %d Y Clip %d", args[1], args[2]); + break; default: error("o6_kernelSetFunctions: default case %d (param count %d)", args[0], num); break; |