Fix Copy Paste in wallrange code

This commit is contained in:
NepDisk 2025-04-02 16:28:15 -04:00
parent 2350f98aed
commit fb5d81a26c

View file

@ -2295,7 +2295,7 @@ void R_StoreWallRange(INT32 start, INT32 stop)
markceiling = false;
}
if (mapnamespace != MNS_SRB2KART)
if (mapnamespace == MNS_SRB2KART)
{
if ((backsector->ceilingheight <= frontsector->floorheight) ||
(backsector->floorheight >= frontsector->ceilingheight))