From 38f700d51edfba27dc23f89530d8d0c2f6ddd1c3 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Fri, 15 Dec 2017 09:15:13 +0100 Subject: [PATCH] fixed updating tile selection cursor position when using mouse in MM games --- src/events.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/events.c b/src/events.c index c40075e4..08e571d1 100644 --- a/src/events.c +++ b/src/events.c @@ -417,6 +417,8 @@ void SetPlayerMouseAction(int mx, int my, int button) if (button && !motion_status) TapeTogglePause(TAPE_TOGGLE_MANUAL); } + + SetTileCursorXY(lx, ly); } void SleepWhileUnmapped() -- 2.34.1