From a510481202670fb9d579faff3d3b26099777e02c Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 31 Oct 2009 19:59:48 +0000 Subject: Clean up comment a bit. svn-id: r45583 --- engines/kyra/script_lok.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engines/kyra/script_lok.cpp b/engines/kyra/script_lok.cpp index 81b8687b67..0a0799f0ae 100644 --- a/engines/kyra/script_lok.cpp +++ b/engines/kyra/script_lok.cpp @@ -1123,9 +1123,9 @@ int KyraEngine_LoK::o1_findBrightestFireberry(EMCState *script) { if (_currentCharacter->sceneId >= 187 && _currentCharacter->sceneId <= 198) return 29; - // The following rooms are only a "A fireberry bush" scene, in the CD talkie version - // of the game, in all other versions they are a usual dark cave, thus we do not - // return a glow value of "29" over here. + // The following rooms are only a "A fireberry bush" scene in the CD version + // of Kyrandia 1. In all other versions they are a usual dark cave, thus we do only + // return a glow value of "29" over here, when we are running a CD version. if (_flags.isTalkie) { if (_currentCharacter->sceneId == 133 || _currentCharacter->sceneId == 137 || _currentCharacter->sceneId == 165 || _currentCharacter->sceneId == 173) -- cgit v1.2.3