Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Radicalicious
SRB2
Commits
868a6760
Commit
868a6760
authored
Feb 24, 2016
by
Alam Ed Arias
Browse files
Unknown missing change
parent
9a3fbbb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hardware/hw_main.c
View file @
868a6760
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment