mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
Fix mirrors in polymost
This commit is contained in:
parent
6eaff57831
commit
fb59a49342
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ void InitMirrors(void)
|
|||
wall[mirrorwall[i]].cstat = 0;
|
||||
wall[mirrorwall[i]].nextsector = -1;
|
||||
wall[mirrorwall[i]].nextwall = -1;
|
||||
wall[mirrorwall[i]].point2 = numwalls;
|
||||
wall[mirrorwall[i]].point2 = numwalls+i+1;
|
||||
}
|
||||
wall[mirrorwall[3]].point2 = mirrorwall[0];
|
||||
sector[mirrorsector].ceilingpicnum = 504;
|
||||
|
|
Loading…
Reference in a new issue