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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index 4fcb7b3c05..8c807887fa 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -1293,7 +1293,7 @@ void ScummEngine_v100he::o100_wizImageOps() {
break;
case 70:
_wizParams.processFlags |= 4;
- _wizParams.unk_15C = pop();
+ _wizParams.xmapNum = pop();
break;
case 73:
_wizParams.processFlags |= kWPFNewState;