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(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;