moved game controller base mappings file to new 'conf' sub-directory
[rocksndiamonds.git] / src / game.c
index 89e0c110a1e0255bbd22f5d55040666ff66ea1ff..e87dcd04aef71ce57f0e6af83b8b5b8dcbfd7cd9 100644 (file)
@@ -2698,6 +2698,9 @@ 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.engine_version > VERSION_IDENT(4,0,0,2));
+
   /* ---------------------------------------------------------------------- */
 
   /* set maximal allowed number of custom element changes per game frame */