X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=8ef02b4f830bf00a40337b6e32a91a3636a37905;hp=e87dcd04aef71ce57f0e6af83b8b5b8dcbfd7cd9;hb=520916c89d7d96944bf3d66e3caa5afd840df74c;hpb=25c22434b11938e230719d6f73df4ed7813570be diff --git a/src/game.c b/src/game.c index e87dcd04..8ef02b4f 100644 --- a/src/game.c +++ b/src/game.c @@ -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)); /* ---------------------------------------------------------------------- */