[Scummvm-cvs-logs] SF.net SVN: scummvm:[49932] scummvm/trunk/engines/sci/engine/seg_manager. cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Jun 17 16:06:13 CEST 2010


Revision: 49932
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49932&view=rev
Author:   thebluegr
Date:     2010-06-17 14:06:12 +0000 (Thu, 17 Jun 2010)

Log Message:
-----------
Removed a now obsolete FIXME (spotted by Fingolfin)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/seg_manager.cpp

Modified: scummvm/trunk/engines/sci/engine/seg_manager.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/seg_manager.cpp	2010-06-17 14:05:05 UTC (rev 49931)
+++ scummvm/trunk/engines/sci/engine/seg_manager.cpp	2010-06-17 14:06:12 UTC (rev 49932)
@@ -535,9 +535,6 @@
 		return NULL; // Non-error null
 
 	if (getSegmentType(addr.segment) != SEG_TYPE_NODES) {
-		// FIXME: This occurs right at the beginning of SQ4, when walking north from the first screen. It doesn't
-		// seem to have any apparent ill-effects, though, so it's been changed to non-fatal, for now
-		//error("%s, L%d: Attempt to use non-node %04x:%04x as list node", __FILE__, __LINE__, PRINT_REG(addr));
 		warning("Attempt to use non-node %04x:%04x as list node", PRINT_REG(addr));
 		return NULL;
 	}


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