LAB: Move mouse code in interfaceOn, for consistency with interfaceOff

This commit is contained in:
Filippos Karapetis 2016-01-23 03:09:20 +02:00
parent e9dcc87d7c
commit 617ca2e306

View File

@ -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) {