fixed broken tapes caused by a bugfix (with TAS snap keys) in EM engine
[rocksndiamonds.git] / src / game_em / export.h
index 065d6214bb46e099e8a586b8ae5336b56159c32e..69c92d8efc418e6cd75c8f9f21d82f935e1a1c81 100644 (file)
@@ -667,8 +667,8 @@ struct GameInfo_EM
   boolean any_player_moving;
   boolean any_player_snapping;
 
-  boolean use_single_button_initial;
   boolean use_single_button;
+  boolean use_snap_key_bug;
 
   int last_moving_player;
   int last_player_direction[MAX_PLAYERS];