aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--saga/input.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/saga/input.cpp b/saga/input.cpp
index c9d9199ff5..08ee8a2bf1 100644
--- a/saga/input.cpp
+++ b/saga/input.cpp
@@ -111,6 +111,9 @@ int SagaEngine::processInput() {
}
break;
case OSystem::EVENT_LBUTTONDOWN:
+ _mousePos.x = event.mouse.x;
+ _mousePos.y = event.mouse.y;
+ imouse_pt = _mousePos;
_vm->_interface->update(&imouse_pt, UPDATE_MOUSECLICK);
break;
case OSystem::EVENT_MOUSEMOVE: