aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/console.cpp')
-rw-r--r--engines/lab/console.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/lab/console.cpp b/engines/lab/console.cpp
index 35e29f2920..217dc28579 100644
--- a/engines/lab/console.cpp
+++ b/engines/lab/console.cpp
@@ -53,7 +53,8 @@ bool Console::Cmd_Scene(int argc, const char **argv) {
_vm->_closeDataPtr = nullptr;
_vm->_mainDisplay = true;
_vm->_followingCrumbs = false;
- _vm->_event->simulateLeftClick();
+ _vm->_event->simulateEvent();
+ _vm->_graphics->_longWinInFront = false;
return false;
}