mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 09:21:36 +00:00
Sorting is back.
git-svn-id: https://svn.eduke32.com/eduke32@440 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
08e4113086
commit
4bc6daa489
1 changed files with 4 additions and 4 deletions
|
@ -6278,7 +6278,7 @@ else
|
||||||
free(indexes);
|
free(indexes);
|
||||||
free(depths);*/
|
free(depths);*/
|
||||||
|
|
||||||
/*pos.x = globalposx;
|
pos.x = globalposx;
|
||||||
pos.y = globalposy;
|
pos.y = globalposy;
|
||||||
|
|
||||||
//OSD_Printf("EIN OBSERVER POSITION : x=%i y=%i\n", pos.x, pos.y);
|
//OSD_Printf("EIN OBSERVER POSITION : x=%i y=%i\n", pos.x, pos.y);
|
||||||
|
@ -6333,10 +6333,10 @@ else
|
||||||
spritesortcnt--;
|
spritesortcnt--;
|
||||||
if (tspriteptr[spritesortcnt] != NULL)
|
if (tspriteptr[spritesortcnt] != NULL)
|
||||||
drawsprite(spritesortcnt);
|
drawsprite(spritesortcnt);
|
||||||
}*/
|
}
|
||||||
|
|
||||||
while (spritesortcnt > 0) drawsprite(--spritesortcnt);
|
//while (spritesortcnt > 0) drawsprite(--spritesortcnt);
|
||||||
while (maskwallcnt > 0) drawmaskwall(--maskwallcnt);
|
//while (maskwallcnt > 0) drawmaskwall(--maskwallcnt);
|
||||||
} /* goodalpha */
|
} /* goodalpha */
|
||||||
|
|
||||||
indrawroomsandmasks = 0;
|
indrawroomsandmasks = 0;
|
||||||
|
|
Loading…
Reference in a new issue