diff options
author | Travis Howell | 2004-09-17 03:18:00 +0000 |
---|---|---|
committer | Travis Howell | 2004-09-17 03:18:00 +0000 |
commit | 9a65451109bb0764104f1689853bedd09900adf6 (patch) | |
tree | 762158bd296410d610579a1a13b4a822f5e4c8ca | |
parent | 3f7ecb9db2031012f61832da58b937b5919e5f1c (diff) | |
download | scummvm-rg350-9a65451109bb0764104f1689853bedd09900adf6.tar.gz scummvm-rg350-9a65451109bb0764104f1689853bedd09900adf6.tar.bz2 scummvm-rg350-9a65451109bb0764104f1689853bedd09900adf6.zip |
Add case stubs for water
svn-id: r15144
-rw-r--r-- | scumm/script_v7he.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
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: |