mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-01 05:20:43 +00:00
- SW: un-flag mirrors that got smashed.
The new renderer cannot check tilenums.
This commit is contained in:
parent
141428f583
commit
928b5d2ee8
1 changed files with 5 additions and 0 deletions
|
@ -1367,6 +1367,11 @@ void UpdateWallPortalState()
|
|||
continue;
|
||||
}
|
||||
walltype* wal = &wall[mirror[i].mirrorwall];
|
||||
if (wal->picnum != MIRRORLABEL + i)
|
||||
{
|
||||
wal->portalflags = 0;
|
||||
continue;
|
||||
}
|
||||
wal->portalflags = 0;
|
||||
wal->portalnum = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue