From 25ef2b83a3efd99f16fd0b05fc52e2310677ecb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Fr=C3=BChwirth?= Date: Sun, 6 May 2018 11:36:17 +0200 Subject: [PATCH] KYRA: Mark always-false condition as TODO --- engines/kyra/sequences_lok.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/kyra/sequences_lok.cpp b/engines/kyra/sequences_lok.cpp index 58484c2fd95..a8091c9d418 100644 --- a/engines/kyra/sequences_lok.cpp +++ b/engines/kyra/sequences_lok.cpp @@ -785,6 +785,8 @@ void KyraEngine_LoK::seq_dispelMagicAnimation() { return; } _screen->hideMouse(); + // TODO + // This condition is always false. Is this a typo or a bug in the original? if (_currentCharacter->sceneId == 210 && _currentCharacter->sceneId < 160) _currentCharacter->facing = 3; if (_malcolmFlag == 7 && _beadStateVar == 3) {