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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Jul 1 22:32:41 CEST 2010


Revision: 50568
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50568&view=rev
Author:   thebluegr
Date:     2010-07-01 20:32:41 +0000 (Thu, 01 Jul 2010)

Log Message:
-----------
The Shivers demo calls the debug kernel function 0x83 (PrintDebug), thus it isn't unused (thanks to clone2727 for pointing that out)

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

Modified: scummvm/trunk/engines/sci/engine/kernel32.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel32.cpp	2010-07-01 20:16:42 UTC (rev 50567)
+++ scummvm/trunk/engines/sci/engine/kernel32.cpp	2010-07-01 20:32:41 UTC (rev 50568)
@@ -336,7 +336,7 @@
 	/*0x80*/ "Dummy",
 	/*0x81*/ "Dummy",
 	/*0x82*/ "Dummy",
-	/*0x83*/ "Dummy",
+	/*0x83*/ "PrintDebug",	// used by the Shivers 2 demo
 	/*0x84*/ "Dummy",
 	/*0x85*/ "Dummy",
 	/*0x86*/ "Dummy",


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