From b5b4cb66a173bfea3792058e160f6b9a0b30e2ff Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sat, 21 Feb 2009 23:20:14 +0000 Subject: LOL: implemented timers (only text fading for now) svn-id: r38766 --- engines/kyra/items_lol.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'engines/kyra/items_lol.cpp') diff --git a/engines/kyra/items_lol.cpp b/engines/kyra/items_lol.cpp index 7c5267f164..12cdba57ff 100644 --- a/engines/kyra/items_lol.cpp +++ b/engines/kyra/items_lol.cpp @@ -182,7 +182,7 @@ void LoLEngine::runItemScript(int charNum, int item, int reg0, int reg3, int reg _emc->run(&scriptState); } -void LoLEngine::pickupItem(int itemIndex) { +void LoLEngine::setHandItem(uint16 itemIndex) { if (itemIndex && _itemProperties[_itemsInPlay[itemIndex].itemPropertyIndex].flags & 0x80) { runItemScript(-1, itemIndex, 0x400, 0, 0); if (_itemsInPlay[itemIndex].shpCurFrame_flg & 0x8000) @@ -201,6 +201,14 @@ void LoLEngine::pickupItem(int itemIndex) { _screen->setMouseCursor(mouseOffs, mouseOffs, getItemIconShapePtr(itemIndex)); } +void LoLEngine::clickSceneSub1() { + +} + +void LoLEngine::clickSceneSub1Sub1(int itemX, int itemY, int partyX, int partyY) { + +} + } // end of namespace Kyra -- cgit v1.2.3