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();