[Scummvm-cvs-logs] SF.net SVN: scummvm:[54158] scummvm/trunk/engines/sci/engine/kernel_tables. h

lskovlun at users.sourceforge.net lskovlun at users.sourceforge.net
Tue Nov 9 16:45:21 CET 2010


Revision: 54158
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54158&view=rev
Author:   lskovlun
Date:     2010-11-09 15:45:20 +0000 (Tue, 09 Nov 2010)

Log Message:
-----------
SCI: Temporarily disable the PrintDebug call, which is only partially
implemented and insufficient for Shivers/Full. It is also unnecessary
for normal play.

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kernel_tables.h

Modified: scummvm/trunk/engines/sci/engine/kernel_tables.h
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel_tables.h	2010-11-09 15:16:40 UTC (rev 54157)
+++ scummvm/trunk/engines/sci/engine/kernel_tables.h	2010-11-09 15:45:20 UTC (rev 54158)
@@ -542,7 +542,10 @@
 	{ MAP_CALL(GetWindowsOption),  SIG_EVERYWHERE,           "i",                     NULL,            NULL },
 	{ MAP_CALL(WinHelp),           SIG_EVERYWHERE,           "(.*)",                  NULL,            NULL },
 	{ MAP_CALL(WinDLL),            SIG_EVERYWHERE,           "(.*)",                  NULL,            NULL },
-	{ MAP_CALL(PrintDebug),        SIG_EVERYWHERE,           "ri",                    NULL,            NULL },
+// Commented out because it needs to be implemented in full generality in Shivers/Full.
+// Since it is not essential to game play, removing it also works.
+//
+//	{ MAP_CALL(PrintDebug),        SIG_EVERYWHERE,           "ri",                    NULL,            NULL },
 
 	// SCI2.1 unmapped functions - TODO!
 	// SetLanguage


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