diff options
author | Walter van Niftrik | 2009-04-24 12:30:57 +0000 |
---|---|---|
committer | Walter van Niftrik | 2009-04-24 12:30:57 +0000 |
commit | c0805599ca3627ce0ed23dd00171a0b422bdefb7 (patch) | |
tree | ce548224c193d559cc4a85e55fc1ad4657ea5756 /engines/sci/scicore | |
parent | df81ef750c819a483514f423599366c155057b90 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/sci/scicore/vocab_debug.cpp | 2 |
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", |