From a8f13bb927004b7d0c0cf1cf798104bf83b0a876 Mon Sep 17 00:00:00 2001 From: krs Date: Sat, 1 Apr 2023 00:20:51 +0300 Subject: [PATCH] Add RALT key check for movement info --- client/adventureMap/CAdvMapInt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client/adventureMap/CAdvMapInt.cpp b/client/adventureMap/CAdvMapInt.cpp index 4a84176b6..e9f1d7b4a 100644 --- a/client/adventureMap/CAdvMapInt.cpp +++ b/client/adventureMap/CAdvMapInt.cpp @@ -793,6 +793,7 @@ void CAdvMapInt::keyPressed(const SDL_Keycode & key) return; } case SDLK_LALT: + case SDLK_RALT: { //fake mouse use to trigger onTileHovered() GH.fakeMouseMove();