fixed bug in single button handling causing broken tapes (EM engine)
[rocksndiamonds.git] / src / game.c
index e87dcd04aef71ce57f0e6af83b8b5b8dcbfd7cd9..8ef02b4f830bf00a40337b6e32a91a3636a37905 100644 (file)
@@ -2698,7 +2698,7 @@ static void InitGameEngine()
   game.use_block_last_field_bug =
     (game.engine_version < VERSION_IDENT(3,1,1,0));
 
-  game_em.use_single_button = game_em.use_single_button_initial =
+  game_em.use_single_button =
     (game.engine_version > VERSION_IDENT(4,0,0,2));
 
   /* ---------------------------------------------------------------------- */