aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-30 01:26:57 +0000
committerTravis Howell2005-04-30 01:26:57 +0000
commitc20ee1e634fcf153494fb93d4932669957abe38d (patch)
treefea40a879be6b0961ffed3f07caa4fb909305a58 /scumm/script_v100he.cpp
parentce909a35b3ba692798e5d74d113d1c5e1890a0c0 (diff)
downloadscummvm-rg350-c20ee1e634fcf153494fb93d4932669957abe38d.tar.gz
scummvm-rg350-c20ee1e634fcf153494fb93d4932669957abe38d.tar.bz2
scummvm-rg350-c20ee1e634fcf153494fb93d4932669957abe38d.zip
Add missing case.
svn-id: r17867
Diffstat (limited to 'scumm/script_v100he.cpp')
-rw-r--r--scumm/script_v100he.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index 3081f0f60b..8e0045db86 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -1140,6 +1140,7 @@ void ScummEngine_v100he::o100_wizImageOps() {
_wizParams.angle = pop();
break;
case 6:
+ case 132:
_wizParams.processFlags |= kWPFSetPos;
_wizParams.img.y1 = pop();
_wizParams.img.x1 = pop();