mirror of
https://github.com/nzp-team/glquake.git
synced 2025-02-19 02:00:51 +00:00
Move point hud up
This commit is contained in:
parent
10367ca0d9
commit
626b57c17b
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ void HUD_Points (void)
|
||||||
|
|
||||||
|
|
||||||
x = 5;
|
x = 5;
|
||||||
y = 179;
|
y = 167;
|
||||||
for (i=0 ; i<l ; i++)
|
for (i=0 ; i<l ; i++)
|
||||||
{
|
{
|
||||||
k = pointsort[i];
|
k = pointsort[i];
|
||||||
|
|
Loading…
Reference in a new issue