Skip to content

Commit

Permalink
Remove wall decoration from exit wall #712
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Oct 20, 2024
1 parent 92f3413 commit 0a8a9a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cdogs/map_wolf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 0a8a9a4

Please sign in to comment.