X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=59882daca9ce298423b0826b080eb391dfad2673;hb=a2057f4ad5859fea07c4a03cd41a69553ae9fd29;hp=46f173b47f1393185e461bc8ccf105fe378e801b;hpb=6eaf8f1f31cd229a7315063f4434389d00aa5cff;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index 46f173b4..59882dac 100644 --- a/src/game.c +++ b/src/game.c @@ -2996,6 +2996,12 @@ static void InitGameEngine(void) game_em.use_old_android = (game.engine_version < VERSION_IDENT(4,1,4,2)); + 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));