X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=e87dcd04aef71ce57f0e6af83b8b5b8dcbfd7cd9;hp=89e0c110a1e0255bbd22f5d55040666ff66ea1ff;hb=4e4b7a3f5581e495af3d0bcf0ca8bb5424306a52;hpb=eeabc02e8cd3fd84a407cb34d5fc03c846da4d1c diff --git a/src/game.c b/src/game.c index 89e0c110..e87dcd04 100644 --- a/src/game.c +++ b/src/game.c @@ -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 */