X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.c;h=078af1ba745e4fe6ae521f619d4a38d771d223cc;hp=d05d636588618f25027e5db12b70e69b914c780b;hb=0a8ad0633d8364a2f152501370f455ea3b33b887;hpb=a8167a69b6d4a308f4501b55609ec66dd3082375 diff --git a/src/tools.c b/src/tools.c index d05d6365..078af1ba 100644 --- a/src/tools.c +++ b/src/tools.c @@ -1462,8 +1462,8 @@ void SetBorderElement(void) BorderElement = EL_EMPTY; - // the MM game engine does not use a visible border element - if (level.game_engine_type == GAME_ENGINE_TYPE_MM) + // only the R'n'D game engine may use an additional steelwall border + if (level.game_engine_type != GAME_ENGINE_TYPE_RND) return; for (y = 0; y < lev_fieldy && BorderElement == EL_EMPTY; y++)