[Scummvm-cvs-logs] SF.net SVN: scummvm:[45642] scummvm/trunk/engines/draci/script.cpp

spalek at users.sourceforge.net spalek at users.sourceforge.net
Tue Nov 3 22:34:38 CET 2009


Revision: 45642
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45642&view=rev
Author:   spalek
Date:     2009-11-03 21:34:38 +0000 (Tue, 03 Nov 2009)

Log Message:
-----------
Removed an old FIXME

Modified Paths:
--------------
    scummvm/trunk/engines/draci/script.cpp

Modified: scummvm/trunk/engines/draci/script.cpp
===================================================================
--- scummvm/trunk/engines/draci/script.cpp	2009-11-03 21:30:24 UTC (rev 45641)
+++ scummvm/trunk/engines/draci/script.cpp	2009-11-03 21:34:38 UTC (rev 45642)
@@ -136,6 +136,9 @@
 		{ "HasBeen", 	&Script::funcHasBeen },
 		{ "MaxLine", 	&Script::funcMaxLine },
 		{ "ActPhase", 	&Script::funcActPhase },
+		// The following function is not even defined in the game
+		// sources, but its number is allocated for internal purposes
+		// of the old player.
 		{ "Cheat",  	NULL },
 	};
 
@@ -982,7 +985,7 @@
 			if (func._handler == NULL) {
 				stk.pop();
 
-				// FIXME: Pushing dummy value for now, but should push return value
+				// Pushing dummy value
 				stk.push(0);
 
 				debugC(4, kDraciBytecodeDebugLevel, "\t\tcall: %s (not implemented)",


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