aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/scicore/vocab_debug.cpp
diff options
context:
space:
mode:
authorWalter van Niftrik2009-04-24 12:30:57 +0000
committerWalter van Niftrik2009-04-24 12:30:57 +0000
commitc0805599ca3627ce0ed23dd00171a0b422bdefb7 (patch)
treece548224c193d559cc4a85e55fc1ad4657ea5756 /engines/sci/scicore/vocab_debug.cpp
parentdf81ef750c819a483514f423599366c155057b90 (diff)
downloadscummvm-rg350-c0805599ca3627ce0ed23dd00171a0b422bdefb7.tar.gz
scummvm-rg350-c0805599ca3627ce0ed23dd00171a0b422bdefb7.tar.bz2
scummvm-rg350-c0805599ca3627ce0ed23dd00171a0b422bdefb7.zip
SCI: Fixed mouse cursor hotspots in ECO1.
svn-id: r40110
Diffstat (limited to 'engines/sci/scicore/vocab_debug.cpp')
-rw-r--r--engines/sci/scicore/vocab_debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/scicore/vocab_debug.cpp b/engines/sci/scicore/vocab_debug.cpp
index a4c0a17561..cc95b4ae3d 100644
--- a/engines/sci/scicore/vocab_debug.cpp
+++ b/engines/sci/scicore/vocab_debug.cpp
@@ -233,7 +233,7 @@ static const char *sci1_default_knames[SCI1_KNAMES_DEFAULT_ENTRIES_NR] = {
/*0x4e*/ "OnControl",
/*0x4f*/ "InitBresen",
/*0x50*/ "DoBresen",
- /*0x51*/ "DoAvoider",
+ /*0x51*/ SCRIPT_UNKNOWN_FUNCTION_STRING, // DoAvoider is not implemented in SCI1
/*0x52*/ "SetJump",
/*0x53*/ "SetDebug",
/*0x54*/ "InspectObj",