From fe51a22d77e65ffbd178b99a71e8d3669fd259e3 Mon Sep 17 00:00:00 2001 From: Ian Date: Sat, 9 Sep 2023 11:14:18 -0400 Subject: [PATCH] VITA: More Point Change value fixes --- source/gl_hud.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gl_hud.c b/source/gl_hud.c index 49ebe2f..5e12a9b 100644 --- a/source/gl_hud.c +++ b/source/gl_hud.c @@ -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