diff options
author | Travis Howell | 2005-04-30 01:26:57 +0000 |
---|---|---|
committer | Travis Howell | 2005-04-30 01:26:57 +0000 |
commit | c20ee1e634fcf153494fb93d4932669957abe38d (patch) | |
tree | fea40a879be6b0961ffed3f07caa4fb909305a58 | |
parent | ce909a35b3ba692798e5d74d113d1c5e1890a0c0 (diff) | |
download | scummvm-rg350-c20ee1e634fcf153494fb93d4932669957abe38d.tar.gz scummvm-rg350-c20ee1e634fcf153494fb93d4932669957abe38d.tar.bz2 scummvm-rg350-c20ee1e634fcf153494fb93d4932669957abe38d.zip |
Add missing case.
svn-id: r17867
-rw-r--r-- | scumm/script_v100he.cpp | 1 |
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(); |