X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=8ef02b4f830bf00a40337b6e32a91a3636a37905;hb=520916c89d7d96944bf3d66e3caa5afd840df74c;hp=e87dcd04aef71ce57f0e6af83b8b5b8dcbfd7cd9;hpb=4e4b7a3f5581e495af3d0bcf0ca8bb5424306a52;p=rocksndiamonds.git 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)); /* ---------------------------------------------------------------------- */