[Scummvm-git-logs] scummvm master -> 25ef2b83a3efd99f16fd0b05fc52e2310677ecb2

bonki bonki at users.noreply.github.com
Sun May 6 11:39:00 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
25ef2b83a3 KYRA: Mark always-false condition as TODO


Commit: 25ef2b83a3efd99f16fd0b05fc52e2310677ecb2
    https://github.com/scummvm/scummvm/commit/25ef2b83a3efd99f16fd0b05fc52e2310677ecb2
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-05-06T11:36:17+02:00

Commit Message:
KYRA: Mark always-false condition as TODO

Changed paths:
    engines/kyra/sequences_lok.cpp


diff --git a/engines/kyra/sequences_lok.cpp b/engines/kyra/sequences_lok.cpp
index 58484c2..a8091c9 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) {





More information about the Scummvm-git-logs mailing list