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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Thu May 27 19:47:33 CEST 2010


Revision: 49265
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49265&view=rev
Author:   mthreepwood
Date:     2010-05-27 17:47:32 +0000 (Thu, 27 May 2010)

Log Message:
-----------
Fix starting GK1.

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

Modified: scummvm/trunk/engines/sci/engine/kernel.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel.cpp	2010-05-27 17:43:06 UTC (rev 49264)
+++ scummvm/trunk/engines/sci/engine/kernel.cpp	2010-05-27 17:47:32 UTC (rev 49265)
@@ -336,7 +336,7 @@
 	DEFUN("SetQuitStr", kSetQuitStr, "r"),
 	DEFUN("ShowMovie", kShowMovie, ".*"),
 	DEFUN("SetVideoMode", kSetVideoMode, "i"),
-	DEFUN("Platform", kPlatform, "i.*"),
+	DEFUN("Platform", kPlatform, ".*"),
 	DEFUN("TextColors", kTextColors, ".*"),
 	DEFUN("TextFonts", kTextFonts, ".*"),
 	DEFUN("Portrait", kPortrait, ".*"),


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