aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-01 12:43:13 +0000
committerTravis Howell2005-04-01 12:43:13 +0000
commit2eab3e51eb368122a80cba2f46e20f69c827755f (patch)
treec7ce0e4742d8472fa0e6ecbb3518e7e44c011ee4 /scumm/script_v100he.cpp
parent879de392d1d1932d9e341ba2fb376444f759755d (diff)
downloadscummvm-rg350-2eab3e51eb368122a80cba2f46e20f69c827755f.tar.gz
scummvm-rg350-2eab3e51eb368122a80cba2f46e20f69c827755f.tar.bz2
scummvm-rg350-2eab3e51eb368122a80cba2f46e20f69c827755f.zip
Add bits and pieces
More renames svn-id: r17325
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;