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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Nov 17 09:10:36 CET 2010


Revision: 54277
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54277&view=rev
Author:   thebluegr
Date:     2010-11-17 08:10:36 +0000 (Wed, 17 Nov 2010)

Log Message:
-----------
SCI: Updated dissectScript() to handle synonym blocks

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

Modified: scummvm/trunk/engines/sci/engine/scriptdebug.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/scriptdebug.cpp	2010-11-17 08:05:11 UTC (rev 54276)
+++ scummvm/trunk/engines/sci/engine/scriptdebug.cpp	2010-11-17 08:10:36 UTC (rev 54277)
@@ -478,8 +478,8 @@
 			Common::hexdump(script->data + seeker, objsize - 4, 16, seeker);
 			break;
 
-		case 3:
-			debugN("<unknown>\n");
+		case SCI_OBJ_SYNONYMS:
+			debugN("Synonyms\n");
 			Common::hexdump(script->data + seeker, objsize - 4, 16, seeker);
 			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