aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-20 00:46:37 +0000
committerTravis Howell2005-04-20 00:46:37 +0000
commit214a5da948423aba60c289a2a158d2f91424d2ee (patch)
treef21fb3f84a83741e4659a997bf9bf846180d066d /scumm/script_v90he.cpp
parentd23878ab6c30a17bc5654dbda14e3d8a15853fb5 (diff)
downloadscummvm-rg350-214a5da948423aba60c289a2a158d2f91424d2ee.tar.gz
scummvm-rg350-214a5da948423aba60c289a2a158d2f91424d2ee.tar.bz2
scummvm-rg350-214a5da948423aba60c289a2a158d2f91424d2ee.zip
Correct flag value.
svn-id: r17697
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r--scumm/script_v90he.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index 72d5cf3c63..c887ff2ffa 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -570,13 +570,12 @@ void ScummEngine_v90he::o90_wizImageOps() {
_wizParams.img.flags = pop();
break;
case 10:
- _wizParams.processFlags |= kWPFSetPos | kWPFNewState | kWPFNewFlags;
_wizParams.img.flags = pop();
_wizParams.img.state = pop();
_wizParams.img.y1 = pop();
_wizParams.img.x1 = pop();
_wizParams.img.resNum = pop();
- displayWizComplexImage(&_wizParams);
+ displayWizImage(&_wizParams.img);
break;
case 11:
_wizParams.img.resNum = pop();