mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-21 19:31:21 +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);
|
||||
#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
|
||||
point_change[i].x = x_start - 10.0 - 8.0*f;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue