aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/scumm.cpp')
-rw-r--r--engines/scumm/scumm.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index 65a60d1686..1eda957bf1 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -2060,8 +2060,7 @@ load_game:
setActorRedrawFlags();
resetActorBgs();
- if (_game.version <= 5 &&
- !(getCurrentLights() & LIGHTMODE_screen) &&
+ if (!(getCurrentLights() & LIGHTMODE_screen) &&
getCurrentLights() & LIGHTMODE_flashlight) {
drawFlashlight();
setActorRedrawFlags();