[Scummvm-git-logs] scummvm master -> b2a1931e408d6ba07f8f96399de2149f5d54fec1
athrxx
noreply at scummvm.org
Fri Dec 3 21:43:39 UTC 2021
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:
b2a1931e40 KYRA: fix outdated comment
Commit: b2a1931e408d6ba07f8f96399de2149f5d54fec1
https://github.com/scummvm/scummvm/commit/b2a1931e408d6ba07f8f96399de2149f5d54fec1
Author: athrxx (athrxx at scummvm.org)
Date: 2021-12-03T22:43:09+01:00
Commit Message:
KYRA: fix outdated comment
Changed paths:
engines/kyra/script/script_lok.cpp
diff --git a/engines/kyra/script/script_lok.cpp b/engines/kyra/script/script_lok.cpp
index 4540b1a991..58c98d7e56 100644
--- a/engines/kyra/script/script_lok.cpp
+++ b/engines/kyra/script/script_lok.cpp
@@ -1137,9 +1137,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 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.
+ // The following rooms are only a "A fireberry bush" scene in the DOS CD, Macintosh and FM-Towns versions of
+ // Kyrandia 1. In the DOS floppy, PC-98 and Amiga versions they are a usual dark cave, thus we do only return
+ // a glow value of "29" here, when we are running a DOS CD, Macintosh or FM-Towns version.
if (_flags.isTalkie || (_flags.platform == Common::kPlatformMacintosh) || (_flags.platform == Common::kPlatformFMTowns)) {
if (_currentCharacter->sceneId == 133 || _currentCharacter->sceneId == 137 ||
_currentCharacter->sceneId == 165 || _currentCharacter->sceneId == 173)
More information about the Scummvm-git-logs
mailing list