mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-21 10:20:42 +00:00
Fix cage issue with boss 4.
This commit is contained in:
parent
6eaaa744f4
commit
9ac60a62b3
1 changed files with 0 additions and 3 deletions
|
@ -4714,9 +4714,6 @@ static void P_Boss4DestroyCage(mobj_t *mobj)
|
|||
TAG_ITER_SECTORS(tag, snum)
|
||||
{
|
||||
sector = §ors[snum];
|
||||
if (!Tag_Find(§or->tags, tag))
|
||||
continue;
|
||||
Tag_SectorFSet(sector - sectors, 0);
|
||||
|
||||
// Destroy the FOFs.
|
||||
for (a = 0; a < sector->numattached; a++)
|
||||
|
|
Loading…
Reference in a new issue