diff options
author | Matthew Hoops | 2010-05-27 17:47:32 +0000 |
---|---|---|
committer | Matthew Hoops | 2010-05-27 17:47:32 +0000 |
commit | a32b7b38518dd662304a2645bfe4288b18522183 (patch) | |
tree | bbcd58fe193113f6141f4bdd8c96905d055288fd /engines/sci | |
parent | 845c34ee4561b54389437009e449a16b4fb872d4 (diff) | |
download | scummvm-rg350-a32b7b38518dd662304a2645bfe4288b18522183.tar.gz scummvm-rg350-a32b7b38518dd662304a2645bfe4288b18522183.tar.bz2 scummvm-rg350-a32b7b38518dd662304a2645bfe4288b18522183.zip |
Fix starting GK1.
svn-id: r49265
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/engine/kernel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/kernel.cpp b/engines/sci/engine/kernel.cpp index 49266f3a18..5527939950 100644 --- a/engines/sci/engine/kernel.cpp +++ b/engines/sci/engine/kernel.cpp @@ -336,7 +336,7 @@ SciKernelFunction kfunct_mappers[] = { 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, ".*"), |