From acf581fe676f94e3a185dbfeda6c188556bca19a Mon Sep 17 00:00:00 2001 From: Lars Skovlund Date: Tue, 9 Nov 2010 15:45:20 +0000 Subject: [PATCH] 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 --- engines/sci/engine/kernel_tables.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/engines/sci/engine/kernel_tables.h b/engines/sci/engine/kernel_tables.h index 7aed908c5ec..bc4b61096d3 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