diff options
Diffstat (limited to 'engines/scumm/scumm.cpp')
-rw-r--r-- | engines/scumm/scumm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp index 1eda957bf1..d429538ccc 100644 --- a/engines/scumm/scumm.cpp +++ b/engines/scumm/scumm.cpp @@ -2060,8 +2060,8 @@ load_game: setActorRedrawFlags(); resetActorBgs(); - if (!(getCurrentLights() & LIGHTMODE_screen) && - getCurrentLights() & LIGHTMODE_flashlight) { + if (!(getCurrentLights() & LIGHTMODE_room_lights_on) && + getCurrentLights() & LIGHTMODE_flashlight_on) { drawFlashlight(); setActorRedrawFlags(); } |