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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Jan 8 11:34:05 CET 2011


Revision: 55160
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55160&view=rev
Author:   thebluegr
Date:     2011-01-08 10:34:04 +0000 (Sat, 08 Jan 2011)

Log Message:
-----------
SCI: Fixed typo

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

Modified: scummvm/trunk/engines/sci/engine/kernel.h
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel.h	2011-01-08 10:25:12 UTC (rev 55159)
+++ scummvm/trunk/engines/sci/engine/kernel.h	2011-01-08 10:34:04 UTC (rev 55160)
@@ -469,7 +469,7 @@
 reg_t kGetWindowsOption(EngineState *s, int argc, reg_t *argv);
 reg_t kWinHelp(EngineState *s, int argc, reg_t *argv);
 reg_t kGetConfig(EngineState *s, int argc, reg_t *argv);
-reg_t kGetCelInfo(EngineState *s, int argc, reg_t *argv);
+reg_t kCelInfo(EngineState *s, int argc, reg_t *argv);
 #endif
 
 reg_t kDoSoundInit(EngineState *s, int argc, reg_t *argv);

Modified: scummvm/trunk/engines/sci/engine/kernel_tables.h
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel_tables.h	2011-01-08 10:25:12 UTC (rev 55159)
+++ scummvm/trunk/engines/sci/engine/kernel_tables.h	2011-01-08 10:34:04 UTC (rev 55160)
@@ -544,7 +544,7 @@
 	{ MAP_CALL(GetWindowsOption),  SIG_EVERYWHERE,           "i",                     NULL,            NULL },
 	{ MAP_CALL(WinHelp),           SIG_EVERYWHERE,           "(.*)",                  NULL,            NULL },
 	{ MAP_CALL(GetConfig),         SIG_EVERYWHERE,           "ro",                    NULL,            NULL },
-	{ MAP_CALL(GetCelInfo),        SIG_EVERYWHERE,           "iiiiii",                NULL,            NULL },
+	{ MAP_CALL(CelInfo),           SIG_EVERYWHERE,           "iiiiii",                NULL,            NULL },
 
 	// SCI2.1 Empty Functions
 


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