- SW: un-flag mirrors that got smashed.

The new renderer cannot check tilenums.
This commit is contained in:
Christoph Oelckers 2021-11-13 11:49:40 +01:00
parent 141428f583
commit 928b5d2ee8

View file

@ -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;