From 9a65451109bb0764104f1689853bedd09900adf6 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 17 Sep 2004 03:18:00 +0000 Subject: Add case stubs for water svn-id: r15144 --- scumm/script_v7he.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scumm') diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index 939426a4e8..37a9460eb1 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -778,6 +778,12 @@ void ScummEngine_v7he::o7_kernelSetFunctions() { a = derefActor(args[1], "o7_kernelSetFunctions: 30"); a->clipOverride.bottom = args[2]; break; + case 42: + // drawWizImage related + break; + case 43: + // drawWizImage related + break; case 714: break; default: -- cgit v1.2.3