aboutsummaryrefslogtreecommitdiff
path: root/kyra/staticres.cpp
diff options
context:
space:
mode:
authorOystein Eftevaag2006-01-13 03:27:01 +0000
committerOystein Eftevaag2006-01-13 03:27:01 +0000
commitd47ae2ca9f8326dc05f95c23f6e7ee8ffa132445 (patch)
treee334b0dec0c9333e7c8e54a1b623f37c6555908e /kyra/staticres.cpp
parent37e82c8c46fa40a85f64549158a5708942bfbeb1 (diff)
downloadscummvm-rg350-d47ae2ca9f8326dc05f95c23f6e7ee8ffa132445.tar.gz
scummvm-rg350-d47ae2ca9f8326dc05f95c23f6e7ee8ffa132445.tar.bz2
scummvm-rg350-d47ae2ca9f8326dc05f95c23f6e7ee8ffa132445.zip
Implemented a few drawing functions used by the menu, corrected a few incorrect
opcode debug messages, and blocked unnecessary sprite anim script looping. svn-id: r19992
Diffstat (limited to 'kyra/staticres.cpp')
-rw-r--r--kyra/staticres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kyra/staticres.cpp b/kyra/staticres.cpp
index dc6fc4662e..ea848f9964 100644
--- a/kyra/staticres.cpp
+++ b/kyra/staticres.cpp
@@ -714,7 +714,7 @@ const uint8 KyraEngine::_itemPosY[] = {
Button KyraEngine::_buttonData[] = {
{ 0, 0x02, /*XXX,*/0, 0, 0, /*XXX,*/ 0x0400, 0, 0, 0, 0, 0, 0, 0, 0x05D, 0x9E, 0x13, 0x14, /*XXX,*/ 0, &KyraEngine::buttonInventoryCallback/*, XXX*/ },
- { 0, 0x01, /*XXX,*/1, 1, 1, /*XXX,*/ 0x0487, 0, 0, 0, 0, 0, 0, 0, 0x009, 0xA4, 0x36, 0x1E, /*XXX,*/ 0, 0/*opt_handleMenu, XXX*/ },
+ { 0, 0x01, /*XXX,*/1, 1, 1, /*XXX,*/ 0x0487, 0, 0, 0, 0, 0, 0, 0, 0x009, 0xA4, 0x36, 0x1E, /*XXX,*/ 0, &KyraEngine::buttonMenuCallback/*, XXX*/ },
{ 0, 0x03, /*XXX,*/0, 0, 0, /*XXX,*/ 0x0400, 0, 0, 0, 0, 0, 0, 0, 0x071, 0x9E, 0x13, 0x14, /*XXX,*/ 0, &KyraEngine::buttonInventoryCallback/*, XXX*/ },
{ 0, 0x04, /*XXX,*/0, 0, 0, /*XXX,*/ 0x0400, 0, 0, 0, 0, 0, 0, 0, 0x085, 0x9E, 0x13, 0x14, /*XXX,*/ 0, &KyraEngine::buttonInventoryCallback/*, XXX*/ },
{ 0, 0x05, /*XXX,*/0, 0, 0, /*XXX,*/ 0x0400, 0, 0, 0, 0, 0, 0, 0, 0x099, 0x9E, 0x13, 0x14, /*XXX,*/ 0, &KyraEngine::buttonInventoryCallback/*, XXX*/ },