X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=30ebdd17314ead1a30e8a90f51ba9e6125d02f94;hp=52ea43293cebaf68c232005cd88121809568ab26;hb=dc0d3a4edd8a5b989f6fcd89e48a77b4ca590df4;hpb=eb3ba964d197f895876ac3d9e424803df90e0c8f diff --git a/src/game.c b/src/game.c index 52ea4329..30ebdd17 100644 --- a/src/game.c +++ b/src/game.c @@ -3402,6 +3402,7 @@ void InitGame(void) player->action = 0; player->effective_action = 0; player->programmed_action = 0; + player->snap_action = 0; player->mouse_action.lx = 0; player->mouse_action.ly = 0; @@ -11058,10 +11059,7 @@ static void CheckSingleStepMode(struct PlayerInfo *player) if (!player->is_moving && !player->is_pushing && !player->is_dropping_pressed) - { TapeTogglePause(TAPE_TOGGLE_AUTOMATIC); - SnapField(player, 0, 0); // stop snapping - } } CheckSaveEngineSnapshot(player);