X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=8ef02b4f830bf00a40337b6e32a91a3636a37905;hb=520916c89d7d96944bf3d66e3caa5afd840df74c;hp=89e0c110a1e0255bbd22f5d55040666ff66ea1ff;hpb=cad3c0cde6926a8a379725b1ffc6fc657272a76d;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index 89e0c110..8ef02b4f 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.engine_version > VERSION_IDENT(4,0,0,2)); + /* ---------------------------------------------------------------------- */ /* set maximal allowed number of custom element changes per game frame */