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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jun 18 03:29:07 CEST 2010


Revision: 49985
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49985&view=rev
Author:   thebluegr
Date:     2010-06-18 01:29:07 +0000 (Fri, 18 Jun 2010)

Log Message:
-----------
Marked the KQ1 demo workaround as a workaround

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-18 01:27:25 UTC (rev 49984)
+++ scummvm/trunk/engines/sci/engine/seg_manager.cpp	2010-06-18 01:29:07 UTC (rev 49985)
@@ -532,7 +532,7 @@
 
 	if (type != SEG_TYPE_NODES) {
 		if (g_sci->getGameId() == "kq1sci") {
-			// The demo of KQ1 is trying to use an invalid memory reference as a list node
+			// WORKAROUND: The demo of KQ1 is trying to use an invalid memory reference as a list node
 			warning("Attempt to use non-node %04x:%04x (type %d) as list node", PRINT_REG(addr), type);
 			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