[Scummvm-cvs-logs] SF.net SVN: scummvm:[45583] scummvm/trunk/engines/kyra/script_lok.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Sat Oct 31 20:59:48 CET 2009
Revision: 45583
http://scummvm.svn.sourceforge.net/scummvm/?rev=45583&view=rev
Author: lordhoto
Date: 2009-10-31 19:59:48 +0000 (Sat, 31 Oct 2009)
Log Message:
-----------
Clean up comment a bit.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/script_lok.cpp
Modified: scummvm/trunk/engines/kyra/script_lok.cpp
===================================================================
--- scummvm/trunk/engines/kyra/script_lok.cpp 2009-10-31 19:55:49 UTC (rev 45582)
+++ scummvm/trunk/engines/kyra/script_lok.cpp 2009-10-31 19:59:48 UTC (rev 45583)
@@ -1123,9 +1123,9 @@
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)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list