aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/engine/kernel.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/engine/kernel.cpp b/engines/sci/engine/kernel.cpp
index 011dd0802e..829687f226 100644
--- a/engines/sci/engine/kernel.cpp
+++ b/engines/sci/engine/kernel.cpp
@@ -742,6 +742,9 @@ void Kernel::setDefaultKernelNames() {
break;
case SCI_VERSION_1_1:
+ // In SCI1.1, kSetSynonyms is a dummy (empty) function
+ _kernelNames[0x26] = "Dummy";
+
// In the Windows version of KQ6 CD, the empty kSetSynonyms
// function has been replaced with kPortrait. In KQ6 Mac,
// kPlayBack has been replaced by kShowMovie.