diff options
author | Johannes Schickel | 2009-10-31 19:59:48 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-10-31 19:59:48 +0000 |
commit | a510481202670fb9d579faff3d3b26099777e02c (patch) | |
tree | d1d4361a3835564f8a37775e2ab8fcbfd74d0c48 | |
parent | f70904616721b174dc6fb78139e2dfe30e830b07 (diff) | |
download | scummvm-rg350-a510481202670fb9d579faff3d3b26099777e02c.tar.gz scummvm-rg350-a510481202670fb9d579faff3d3b26099777e02c.tar.bz2 scummvm-rg350-a510481202670fb9d579faff3d3b26099777e02c.zip |
Clean up comment a bit.
svn-id: r45583
-rw-r--r-- | engines/kyra/script_lok.cpp | 6 |
1 files 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) |