diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/lab/eventman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/eventman.cpp b/engines/lab/eventman.cpp index 2de42110d2..d1db854863 100644 --- a/engines/lab/eventman.cpp +++ b/engines/lab/eventman.cpp @@ -137,7 +137,7 @@ void EventManager::initMouse() { _vm->_system->setMouseCursor(mouseData, MOUSE_WIDTH, MOUSE_HEIGHT, 0, 0, 0); _vm->_system->showMouse(false); - setMousePos(Common::Point(0, 0)); + setMousePos(Common::Point(_vm->_graphics->_screenWidth / 2, _vm->_graphics->_screenHeight / 2)); } void EventManager::mouseShow() { |