From 0250fd45712d134b3e16ed334b980b9f623bf79d Mon Sep 17 00:00:00 2001 From: Julien Templier Date: Wed, 9 Feb 2011 00:23:49 +0000 Subject: LASTEXPRESS: Properly update cursor when hovering Egg and inventory items svn-id: r55847 --- engines/lastexpress/game/logic.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/lastexpress/game/logic.cpp') diff --git a/engines/lastexpress/game/logic.cpp b/engines/lastexpress/game/logic.cpp index 8e7f688235..b300586813 100644 --- a/engines/lastexpress/game/logic.cpp +++ b/engines/lastexpress/game/logic.cpp @@ -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; -- cgit v1.2.3