moved game controller base mappings file to new 'conf' sub-directory
[rocksndiamonds.git] / src / game_em / convert.c
index 3631114cd70b033b0531d7798fb902d56d3b7769..32c4b600b4b4e30a45a951de37edb5d23d135175 100644 (file)
@@ -1108,6 +1108,10 @@ void prepare_em_level(void)
   }
 
   game_em.any_player_moving = FALSE;
+  game_em.any_player_snapping = FALSE;
+
+  game_em.use_single_button = game_em.use_single_button_initial = TRUE;
+
   game_em.last_moving_player = 0;      /* default: first player */
 
   for (i = 0; i < MAX_PLAYERS; i++)