aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v100he.cpp')
-rw-r--r--scumm/script_v100he.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index bfd24c9790..b12ea02d9a 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -2486,13 +2486,13 @@ void ScummEngine_v100he::o100_getWizData() {
case 65:
state = pop();
resId = pop();
- _wiz->loadImgSpot(resId, state, x, y);
+ _wiz->getWizImageSpot(resId, state, x, y);
push(x);
break;
case 66:
state = pop();
resId = pop();
- _wiz->loadImgSpot(resId, state, x, y);
+ _wiz->getWizImageSpot(resId, state, x, y);
push(y);
break;
case 111: