diff --git a/engines/lastexpress/game/logic.cpp b/engines/lastexpress/game/logic.cpp index 8e7f6882356..b3005868136 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;