mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-22 11:51:04 +00:00
VITA: More Point Change value fixes
This commit is contained in:
parent
7fcbc0e7b6
commit
fe51a22d77
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ void HUD_Parse_Point_Change (int points, int negative, int x_start, int y_start)
|
||||||
|
|
||||||
f = HUD_itoa (points, str);
|
f = HUD_itoa (points, str);
|
||||||
#ifdef VITA
|
#ifdef VITA
|
||||||
point_change[i].x = x_start + 120.0 + 4.0*f;
|
point_change[i].x = x_start + 105.0 + 4.0*f;
|
||||||
#else
|
#else
|
||||||
point_change[i].x = x_start - 10.0 - 8.0*f;
|
point_change[i].x = x_start - 10.0 - 8.0*f;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue