LASTEXPRESS: Properly update cursor when hovering Egg and inventory items

svn-id: r55847
This commit is contained in:
Julien Templier 2011-02-09 00:23:49 +00:00
parent 6b477ee33e
commit 0250fd4571

View File

@ -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;