diff options
author | Filippos Karapetis | 2010-07-01 20:32:41 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-07-01 20:32:41 +0000 |
commit | 0e3f923f78055d0ffe76d5020392653728496f02 (patch) | |
tree | 2bb60a52b4c42cb6d9e2d54ef91214383542de95 /engines | |
parent | fa014867cfe6bde10467761e1241b646ecb0460f (diff) | |
download | scummvm-rg350-0e3f923f78055d0ffe76d5020392653728496f02.tar.gz scummvm-rg350-0e3f923f78055d0ffe76d5020392653728496f02.tar.bz2 scummvm-rg350-0e3f923f78055d0ffe76d5020392653728496f02.zip |
The Shivers demo calls the debug kernel function 0x83 (PrintDebug), thus it isn't unused (thanks to clone2727 for pointing that out)
svn-id: r50568
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/engine/kernel32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/kernel32.cpp b/engines/sci/engine/kernel32.cpp index 25a822f77d..564e0b76c3 100644 --- a/engines/sci/engine/kernel32.cpp +++ b/engines/sci/engine/kernel32.cpp @@ -336,7 +336,7 @@ static const char *sci21_default_knames[] = { /*0x80*/ "Dummy", /*0x81*/ "Dummy", /*0x82*/ "Dummy", - /*0x83*/ "Dummy", + /*0x83*/ "PrintDebug", // used by the Shivers 2 demo /*0x84*/ "Dummy", /*0x85*/ "Dummy", /*0x86*/ "Dummy", |