diff --git a/src/cdogs/map_wolf.c b/src/cdogs/map_wolf.c index c9d2d156b..68bcf5921 100644 --- a/src/cdogs/map_wolf.c +++ b/src/cdogs/map_wolf.c @@ -1580,6 +1580,8 @@ static void TryLoadWallObject( e.R.Pos = exitV; e.R.Size = svec2i_zero(); MissionStaticTryAddExit(m, &e); + // Remove wall decorations from the wall + MissionStaticTryRemoveItemAt(m, exitV); MissionStaticTryAddItem(m, StrMapObject("stairs"), exitV); } }