aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
diff options
context:
space:
mode:
authorTravis Howell2010-01-26 08:31:27 +0000
committerTravis Howell2010-01-26 08:31:27 +0000
commit326d64d07d528ce630698583b7f2fcb3db76e05d (patch)
treece9c0044063222926146e62f4f7a67cb744f7659 /engines/scumm/scumm.cpp
parentfd5e26806e29e44a16d7ef443921f5765dcb11e1 (diff)
downloadscummvm-rg350-326d64d07d528ce630698583b7f2fcb3db76e05d.tar.gz
scummvm-rg350-326d64d07d528ce630698583b7f2fcb3db76e05d.tar.bz2
scummvm-rg350-326d64d07d528ce630698583b7f2fcb3db76e05d.zip
Let's Explore the Jungle with Buzzy uses VAR_PLATFORM variabletoo, but with different values.
svn-id: r47562
Diffstat (limited to 'engines/scumm/scumm.cpp')
-rw-r--r--engines/scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index a286f5a162..bc3715052b 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -798,6 +798,7 @@ ScummEngine_v72he::ScummEngine_v72he(OSystem *syst, const DetectorResult &dr)
VAR_NUM_CHARSETS = 0xFF;
VAR_POLYGONS_ONLY = 0xFF;
VAR_MOUSE_STATE = 0xFF;
+ VAR_PLATFORM = 0xFF;
}
ScummEngine_v80he::ScummEngine_v80he(OSystem *syst, const DetectorResult &dr)
@@ -808,7 +809,6 @@ ScummEngine_v80he::ScummEngine_v80he(OSystem *syst, const DetectorResult &dr)
_sndTmrOffs = 0;
_sndDataSize = 0;
- VAR_PLATFORM = 0xFF;
VAR_PLATFORM_VERSION = 0xFF;
VAR_CURRENT_CHARSET = 0xFF;
VAR_KEY_STATE = 0xFF;