mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 17:01:07 +00:00
Unknown missing change
This commit is contained in:
parent
9a3fbbb0f1
commit
868a6760ed
1 changed files with 1 additions and 0 deletions
|
@ -4499,6 +4499,7 @@ static void HWR_SortVisSprites(void)
|
|||
for (i = 0; i < gr_visspritecount; i++)
|
||||
{
|
||||
best = NULL;
|
||||
bestdispoffset = INT32_MAX;
|
||||
for (ds = unsorted.next; ds != &unsorted; ds = ds->next)
|
||||
{
|
||||
if (!best || ds->tz > bestdist)
|
||||
|
|
Loading…
Reference in a new issue