Sorting is back.

git-svn-id: https://svn.eduke32.com/eduke32@440 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
Plagman 2006-12-31 06:41:57 +00:00
parent 08e4113086
commit 4bc6daa489

View file

@ -6278,7 +6278,7 @@ else
free(indexes);
free(depths);*/
/*pos.x = globalposx;
pos.x = globalposx;
pos.y = globalposy;
//OSD_Printf("EIN OBSERVER POSITION : x=%i y=%i\n", pos.x, pos.y);
@ -6333,10 +6333,10 @@ else
spritesortcnt--;
if (tspriteptr[spritesortcnt] != NULL)
drawsprite(spritesortcnt);
}*/
}
while (spritesortcnt > 0) drawsprite(--spritesortcnt);
while (maskwallcnt > 0) drawmaskwall(--maskwallcnt);
//while (spritesortcnt > 0) drawsprite(--spritesortcnt);
//while (maskwallcnt > 0) drawmaskwall(--maskwallcnt);
} /* goodalpha */
indrawroomsandmasks = 0;