aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Skovlund2010-11-09 15:45:20 +0000
committerLars Skovlund2010-11-09 15:45:20 +0000
commitacf581fe676f94e3a185dbfeda6c188556bca19a (patch)
treec6e44e3385514ee3092a284771d92f52ef61c4f2
parent32ff20477b9162ee24555fb59d4a11c58c6904a7 (diff)
downloadscummvm-rg350-acf581fe676f94e3a185dbfeda6c188556bca19a.tar.gz
scummvm-rg350-acf581fe676f94e3a185dbfeda6c188556bca19a.tar.bz2
scummvm-rg350-acf581fe676f94e3a185dbfeda6c188556bca19a.zip
SCI: Temporarily disable the PrintDebug call, which is only partially
implemented and insufficient for Shivers/Full. It is also unnecessary for normal play. svn-id: r54158
-rw-r--r--engines/sci/engine/kernel_tables.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/sci/engine/kernel_tables.h b/engines/sci/engine/kernel_tables.h
index 7aed908c5e..bc4b61096d 100644
--- a/engines/sci/engine/kernel_tables.h
+++ b/engines/sci/engine/kernel_tables.h
@@ -542,7 +542,10 @@ static SciKernelMapEntry s_kernelMap[] = {
{ MAP_CALL(GetWindowsOption), SIG_EVERYWHERE, "i", NULL, NULL },
{ MAP_CALL(WinHelp), SIG_EVERYWHERE, "(.*)", NULL, NULL },
{ MAP_CALL(WinDLL), SIG_EVERYWHERE, "(.*)", NULL, NULL },
- { MAP_CALL(PrintDebug), SIG_EVERYWHERE, "ri", NULL, NULL },
+// Commented out because it needs to be implemented in full generality in Shivers/Full.
+// Since it is not essential to game play, removing it also works.
+//
+// { MAP_CALL(PrintDebug), SIG_EVERYWHERE, "ri", NULL, NULL },
// SCI2.1 unmapped functions - TODO!
// SetLanguage