X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=59882daca9ce298423b0826b080eb391dfad2673;hb=a2057f4ad5859fea07c4a03cd41a69553ae9fd29;hp=adfeb9f4466871ba7e437b54b5fa22435852fa80;hpb=63539da7f2d5e1ca071f0e4a9d897df0595d6ae5;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index adfeb9f4..59882dac 100644 --- a/src/game.c +++ b/src/game.c @@ -2999,6 +2999,9 @@ static void InitGameEngine(void) game_em.use_old_push_elements = (game.engine_version < VERSION_IDENT(4,1,4,2)); + game_em.use_old_push_into_acid = + (game.engine_version < VERSION_IDENT(4,1,4,2)); + game_em.use_wrap_around = (game.engine_version > VERSION_IDENT(4,1,4,1));