aboutsummaryrefslogtreecommitdiff
path: root/scumm/vars.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-05-11 21:35:19 +0000
committerEugene Sandulenko2005-05-11 21:35:19 +0000
commit9e13005654ccd04ca63c6ae9c18fa077a50cd39d (patch)
treeba6f786567eb0b9c0ce0c260e7098c3043ccf10b /scumm/vars.cpp
parent3f2b92f3f27c32f5846ded7dcd9ad0bfa31fc187 (diff)
downloadscummvm-rg350-9e13005654ccd04ca63c6ae9c18fa077a50cd39d.tar.gz
scummvm-rg350-9e13005654ccd04ca63c6ae9c18fa077a50cd39d.tar.bz2
scummvm-rg350-9e13005654ccd04ca63c6ae9c18fa077a50cd39d.zip
Implement now spotted Logic opcode in funshops. Now need to find a place
where another one gets called. svn-id: r18064
Diffstat (limited to 'scumm/vars.cpp')
-rw-r--r--scumm/vars.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp
index 079a02d600..e23e07295d 100644
--- a/scumm/vars.cpp
+++ b/scumm/vars.cpp
@@ -292,6 +292,7 @@ void ScummEngine_v72he::setupScummVars() {
VAR_NUM_SPRITE_GROUPS = 105;
VAR_NUM_SPRITES = 106;
VAR_U32_VERSION = 107;
+ VAR_U32_ARRAY_UNK = 116;
VAR_WIZ_TCOLOR = 117;
}
if (_heversion >= 98) {
@@ -580,6 +581,7 @@ void ScummEngine_v90he::initScummVars() {
if (_heversion >= 98) {
VAR(VAR_U32_VERSION) = _logicHE->versionID();
+ VAR(VAR_U32_ARRAY_UNK) = 0;
}
}