Fix Copy Paste in wallrange code
This commit is contained in:
parent
2350f98aed
commit
fb5d81a26c
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue