aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
diff options
context:
space:
mode:
authorTobias Gunkel2012-02-04 15:40:36 +0100
committerTobias Gunkel2012-02-11 08:30:03 +0100
commitdaff6f36ae210bea03bc51f0e5293218f439cd89 (patch)
tree5de4c29ef6b94033ef923166ba313fde45b00c08 /engines/scumm/scumm.cpp
parente14e4ab3b035012781abfbac500e6de88e0ad60b (diff)
downloadscummvm-rg350-daff6f36ae210bea03bc51f0e5293218f439cd89.tar.gz
scummvm-rg350-daff6f36ae210bea03bc51f0e5293218f439cd89.tar.bz2
scummvm-rg350-daff6f36ae210bea03bc51f0e5293218f439cd89.zip
SCUMM: _currentLights is v0 only
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 61d38dc593..d8b02d0881 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -263,7 +263,6 @@ ScummEngine::ScummEngine(OSystem *syst, const DetectorResult &dr)
_bytesPerPixel = 1;
_doEffect = false;
_snapScroll = false;
- _currentLights = 0;
_shakeEnabled = false;
_shakeFrame = 0;
_screenStartStrip = 0;
@@ -713,6 +712,7 @@ ScummEngine_v0::ScummEngine_v0(OSystem *syst, const DetectorResult &dr)
: ScummEngine_v2(syst, dr) {
_currentMode = 0;
+ _currentLights = 0;
_activeVerb = kVerbNone;
_activeObject = 0;