mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
LASTEXPRESS: Properly update cursor when hovering Egg and inventory items
svn-id: r55847
This commit is contained in:
parent
6b477ee33e
commit
0250fd4571
@ -223,6 +223,9 @@ void Logic::eventMouse(const Common::Event &ev) {
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// Handle standard actions
|
||||
if (getInventory()->isFlag1() || getInventory()->isFlag2() || getInventory()->isEggHighlighted())
|
||||
_engine->getCursor()->setStyle(kCursorNormal);
|
||||
|
||||
if (hotspotHandled || getInventory()->isFlag1() || getInventory()->isFlag2() || getInventory()->isEggHighlighted())
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user