From 617ca2e30694bb587c31683e2f83ccd4f4a86c35 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 23 Jan 2016 03:09:20 +0200 Subject: LAB: Move mouse code in interfaceOn, for consistency with interfaceOff --- engines/lab/engine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/lab') diff --git a/engines/lab/engine.cpp b/engines/lab/engine.cpp index 447579e55b..fa2791c859 100644 --- a/engines/lab/engine.cpp +++ b/engines/lab/engine.cpp @@ -291,14 +291,14 @@ void LabEngine::interfaceOff() { } void LabEngine::interfaceOn() { - _event->mouseShow(); - if (_graphics->_longWinInFront) _interface->attachButtonList(nullptr); else if (_alternate) _interface->attachButtonList(&_invButtonList); else _interface->attachButtonList(&_moveButtonList); + + _event->mouseShow(); } bool LabEngine::doUse(uint16 curInv) { -- cgit v1.2.3