X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=803eebb327f93d0ca0f6cc636a4f388025ceafbb;hb=3264a0dc5f07a6873bd99fb094b48879d4e6ed6b;hp=adfeb9f4466871ba7e437b54b5fa22435852fa80;hpb=63539da7f2d5e1ca071f0e4a9d897df0595d6ae5;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index adfeb9f4..803eebb3 100644 --- a/src/game.c +++ b/src/game.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // 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));