[Scummvm-cvs-logs] SF.net SVN: scummvm: [32102] scummvm/trunk/engines/kyra/script_hof.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed May 14 09:27:32 CEST 2008


Revision: 32102
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32102&view=rev
Author:   thebluegr
Date:     2008-05-14 00:27:31 -0700 (Wed, 14 May 2008)

Log Message:
-----------
Added a FIXME regarding commit #32096

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/script_hof.cpp

Modified: scummvm/trunk/engines/kyra/script_hof.cpp
===================================================================
--- scummvm/trunk/engines/kyra/script_hof.cpp	2008-05-14 07:17:27 UTC (rev 32101)
+++ scummvm/trunk/engines/kyra/script_hof.cpp	2008-05-14 07:27:31 UTC (rev 32102)
@@ -909,6 +909,10 @@
 	//   away the key. (see bug #1926838 "HoF: Animation plays too fast").
 	//   Adding the workaround for the first case also fixes the second,
 	//   even though stackPos(0) is different then.
+
+	// FIXME: Shouldn't the check for scene 27 be stackPos(0) == 1? Or is the change to
+	// stackPos(0) intentional here?
+
 	if ((stackPos(0) == 2 && _mainCharacter.sceneId == 3) ||
 		(stackPos(0) == 3 && _mainCharacter.sceneId == 33) ||
 		((stackPos(0) == 1 || stackPos(0) == 2) && _mainCharacter.sceneId == 19) ||


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