mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
LAB: Move mouse code in interfaceOn, for consistency with interfaceOff
This commit is contained in:
parent
e9dcc87d7c
commit
617ca2e306
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user