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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Oct 29 12:28:21 CEST 2010


Revision: 53919
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53919&view=rev
Author:   thebluegr
Date:     2010-10-29 10:28:20 +0000 (Fri, 29 Oct 2010)

Log Message:
-----------
SCI: Updated kSetShowStyle signature for SCI2.1. SQ6 starts again

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-10-29 07:55:18 UTC (rev 53918)
+++ scummvm/trunk/engines/sci/engine/kernel_tables.h	2010-10-29 10:28:20 UTC (rev 53919)
@@ -489,7 +489,7 @@
 	{ MAP_CALL(ListIndexOf),       SIG_EVERYWHERE,           "l[o0]",                 NULL,            NULL },
 	{ "OnMe", kIsOnMe,             SIG_EVERYWHERE,           "iioi",                  NULL,            NULL },
 	{ MAP_CALL(RepaintPlane),      SIG_EVERYWHERE,           "o",                     NULL,            NULL },
-	{ MAP_CALL(SetShowStyle),      SIG_EVERYWHERE,           "ioiiiii(i)",            NULL,            NULL },
+	{ MAP_CALL(SetShowStyle),      SIG_EVERYWHERE,           "ioiiiii([ri])(i)",      NULL,            NULL },
 	{ MAP_CALL(String),            SIG_EVERYWHERE,           "(.*)",                  NULL,            NULL },
 	{ MAP_CALL(UpdatePlane),       SIG_EVERYWHERE,           "o",                     NULL,            NULL },
 	{ MAP_CALL(UpdateScreenItem),  SIG_EVERYWHERE,           "o",                     NULL,            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