aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/spells.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/spells.cpp')
-rw-r--r--engines/xeen/spells.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/spells.cpp b/engines/xeen/spells.cpp
index 4e40c01761..255e5ceb55 100644
--- a/engines/xeen/spells.cpp
+++ b/engines/xeen/spells.cpp
@@ -816,7 +816,7 @@ void Spells::light() {
Sound &sound = *_vm->_sound;
++party._lightCount;
- if (intf._intrIndex1)
+ if (intf._obscurity != OBSCURITY_BLACK)
party._stepped = true;
sound.playFX(39);
}