aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v90he.cpp
diff options
context:
space:
mode:
authorTravis Howell2009-06-05 04:16:32 +0000
committerTravis Howell2009-06-05 04:16:32 +0000
commit58d494a7cb11c97834c61f6596d38c1c71c57031 (patch)
tree4a8546bb78361e92350d25487d7d6cd912ebc141 /engines/scumm/he/script_v90he.cpp
parent9ca2345fc13c9422f118ed00039e2fd900383fd5 (diff)
downloadscummvm-rg350-58d494a7cb11c97834c61f6596d38c1c71c57031.tar.gz
scummvm-rg350-58d494a7cb11c97834c61f6596d38c1c71c57031.tar.bz2
scummvm-rg350-58d494a7cb11c97834c61f6596d38c1c71c57031.zip
Minor cleanup.
svn-id: r41189
Diffstat (limited to 'engines/scumm/he/script_v90he.cpp')
-rw-r--r--engines/scumm/he/script_v90he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/script_v90he.cpp b/engines/scumm/he/script_v90he.cpp
index cdfef1a5e5..f97771a4f8 100644
--- a/engines/scumm/he/script_v90he.cpp
+++ b/engines/scumm/he/script_v90he.cpp
@@ -1300,7 +1300,7 @@ void ScummEngine_v90he::o90_getWizData() {
x = pop();
state = pop();
resId = pop();
- push(_wiz->getWizPixelColor(resId, state, x, y, 0));
+ push(_wiz->getWizPixelColor(resId, state, x, y));
break;
case 130:
h = pop();