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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Feb 1 21:11:06 CET 2009


Revision: 36181
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36181&view=rev
Author:   lordhoto
Date:     2009-02-01 20:11:05 +0000 (Sun, 01 Feb 2009)

Log Message:
-----------
Removed obsolete fixme.

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

Modified: scummvm/trunk/engines/kyra/script_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/script_lol.cpp	2009-02-01 19:56:30 UTC (rev 36180)
+++ scummvm/trunk/engines/kyra/script_lol.cpp	2009-02-01 20:11:05 UTC (rev 36181)
@@ -278,14 +278,7 @@
 	int d = stackPos(2);
 	int e = stackPos(3);
 
-	// FIXME: This looks really strange, especially why for example
-	// case 8 should fall through till case 10. case 8 seems to handle
-	// max magic points settings, while case 10 seems to remove an
-	// item from the inventory of a character. If it should really
-	// fall through please add "// fall through" at the end of the
-	// case.
 	switch (stackPos(1)) {
-
 	case 0:
 		c->flags = e;
 		break;


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