X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=8c243a4954c3bbec07e28c79afa20bfbbc1cec21;hp=d67a91a0b8c743ba46cbb55d245067f314897fa4;hb=04c0f30221267649e3c1098270eda66272fce40e;hpb=35da46e44d40c2f2b88e75c8c414e4129d734889 diff --git a/src/game.c b/src/game.c index d67a91a0..8c243a49 100644 --- a/src/game.c +++ b/src/game.c @@ -2991,6 +2991,9 @@ static void InitGameEngine(void) game_em.use_old_explosions = (game.engine_version < VERSION_IDENT(4,1,4,2)); + game_em.use_wrap_around = + (game.engine_version > VERSION_IDENT(4,1,4,1)); + // -------------------------------------------------------------------------- // set maximal allowed number of custom element changes per game frame