mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 12:30:40 +00:00
- gotpic stuff.
This commit is contained in:
parent
6c8b133b87
commit
04f96e223f
1 changed files with 1 additions and 3 deletions
|
@ -56,7 +56,7 @@ void drawscreen(int num, double dasmoothratio, bool sceneonly)
|
|||
}
|
||||
|
||||
// wango
|
||||
if (!testnewrenderer && (gotpic[FLOORMIRROR >> 3] & (1 << (FLOORMIRROR & 7))) != 0) {
|
||||
if (!testnewrenderer && testgotpic(FLOORMIRROR, true)) {
|
||||
int dist = 0x7fffffff;
|
||||
int i = 0, j;
|
||||
for (int k = floormirrorcnt - 1; k >= 0; k--) {
|
||||
|
@ -77,8 +77,6 @@ void drawscreen(int num, double dasmoothratio, bool sceneonly)
|
|||
renderDrawMasks();
|
||||
renderSetRollAngle(0);
|
||||
inpreparemirror = false;
|
||||
|
||||
gotpic[FLOORMIRROR >> 3] &= ~(1 << (FLOORMIRROR & 7));
|
||||
}
|
||||
|
||||
int ceilz, floorz;
|
||||
|
|
Loading…
Reference in a new issue