X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_game.c;h=d34eec08eed4c2c22c2813f252c48de01edafd10;hb=0ac301d6e3c5551a5ff66baaaa8ce867bb1aceb1;hp=ec206faf8f0452278fffed98d8d9e6c14126992e;hpb=c9308ba3e7ddea2d7e44b4d98f0dfbb19e18f04f;p=rocksndiamonds.git diff --git a/src/game_mm/mm_game.c b/src/game_mm/mm_game.c index ec206faf..d34eec08 100644 --- a/src/game_mm/mm_game.c +++ b/src/game_mm/mm_game.c @@ -3747,6 +3747,8 @@ void GameActions_MM(struct MouseActionInfo action, boolean warp_mode) ClickElement(action.lx, action.ly, action.button); GameActions_MM_Ext(action, warp_mode); + + CheckSingleStepMode_MM(action.button == MB_RELEASED); } void MovePacMen()