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