diff options
author | Filippos Karapetis | 2009-04-23 21:06:34 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-04-23 21:06:34 +0000 |
commit | f2bd65339c7825b7208ef5840333bca7e1ae0ca0 (patch) | |
tree | 55af2a5b574ef56e80194c4794d9504a8c3979a8 /engines/sci/scicore | |
parent | 78f892f87c03603d635d1ccef9c0febc214be5d9 (diff) | |
download | scummvm-rg350-f2bd65339c7825b7208ef5840333bca7e1ae0ca0.tar.gz scummvm-rg350-f2bd65339c7825b7208ef5840333bca7e1ae0ca0.tar.bz2 scummvm-rg350-f2bd65339c7825b7208ef5840333bca7e1ae0ca0.zip |
Changed the "Intersections" opcode to "MoveCursor", after verifying it with Greg's SCI implementation and discussing it with waltervn. Also, the cursor hotspot is now fixed for Eco Quest 1 and probably SCI11 games as well (e.g. the game menu in KQ6 is now working)
svn-id: r40096
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 8d1f6546b4..a4c0a17561 100644 --- a/engines/sci/scicore/vocab_debug.cpp +++ b/engines/sci/scicore/vocab_debug.cpp @@ -265,7 +265,7 @@ static const char *sci1_default_knames[SCI1_KNAMES_DEFAULT_ENTRIES_NR] = { /*0x6e*/ "ShiftScreen", /*0x6f*/ "Palette", /*0x70*/ "MemorySegment", - /*0x71*/ "Intersections", + /*0x71*/ "MoveCursor", /*0x72*/ "Memory", /*0x73*/ "ListOps", /*0x74*/ "FileIO", |