mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +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]].cstat = 0;
|
||||||
wall[mirrorwall[i]].nextsector = -1;
|
wall[mirrorwall[i]].nextsector = -1;
|
||||||
wall[mirrorwall[i]].nextwall = -1;
|
wall[mirrorwall[i]].nextwall = -1;
|
||||||
wall[mirrorwall[i]].point2 = numwalls;
|
wall[mirrorwall[i]].point2 = numwalls+i+1;
|
||||||
}
|
}
|
||||||
wall[mirrorwall[3]].point2 = mirrorwall[0];
|
wall[mirrorwall[3]].point2 = mirrorwall[0];
|
||||||
sector[mirrorsector].ceilingpicnum = 504;
|
sector[mirrorsector].ceilingpicnum = 504;
|
||||||
|
|
Loading…
Reference in a new issue