added using single button for snap and drop when using native EM engine
[rocksndiamonds.git] / src / game_em / convert.c
index d240739efaac68ba01fe913b6c2e2c085e2852fd..32c4b600b4b4e30a45a951de37edb5d23d135175 100644 (file)
@@ -1109,6 +1109,9 @@ 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++)