diff options
-rw-r--r-- | engines/kyra/scene_lol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/scene_lol.cpp b/engines/kyra/scene_lol.cpp index e591a5cc91..726905c299 100644 --- a/engines/kyra/scene_lol.cpp +++ b/engines/kyra/scene_lol.cpp @@ -1701,7 +1701,7 @@ void LoLEngine::drawSceneShapes() { uint16 w = _wllWallFlags[s]; - if (i == 16) + if (t == 16) w |= 0x80; drawBlockEffects(t, 0); |