X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=5e4e151fe3134c7548cce810dff6eb1f72fe7648;hp=0d28b40b2961e8774cd2cdea2d4f47feb68aa263;hb=b0a2ac4eef8d8155fb616b31899f04030746f94e;hpb=5c2e96fed3e68bb01df1c12ac2174173b544662c diff --git a/src/game.c b/src/game.c index 0d28b40b..5e4e151f 100644 --- a/src/game.c +++ b/src/game.c @@ -11210,7 +11210,8 @@ static void CheckSingleStepMode(struct PlayerInfo *player) player stopped moving after one tile (or never starts moving at all) */ if (!player->is_moving && !player->is_pushing && - !player->is_dropping_pressed) + !player->is_dropping_pressed && + !player->effective_mouse_action.button) TapeTogglePause(TAPE_TOGGLE_AUTOMATIC); }