mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-17 17:41:57 +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++)
|
for (i = 0; i < gr_visspritecount; i++)
|
||||||
{
|
{
|
||||||
best = NULL;
|
best = NULL;
|
||||||
|
bestdispoffset = INT32_MAX;
|
||||||
for (ds = unsorted.next; ds != &unsorted; ds = ds->next)
|
for (ds = unsorted.next; ds != &unsorted; ds = ds->next)
|
||||||
{
|
{
|
||||||
if (!best || ds->tz > bestdist)
|
if (!best || ds->tz > bestdist)
|
||||||
|
|
Loading…
Reference in a new issue