aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r--scumm/script_v90he.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index 314dade7f4..615e32d1ad 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -1691,13 +1691,13 @@ void ScummEngine_v90he::o90_getWizData() {
case 0:
state = pop();
resId = pop();
- _wiz->loadImgSpot(resId, state, x, y);
+ _wiz->getWizImageSpot(resId, state, x, y);
push(x);
break;
case 1:
state = pop();
resId = pop();
- _wiz->loadImgSpot(resId, state, x, y);
+ _wiz->getWizImageSpot(resId, state, x, y);
push(y);
break;
case 2: