VITA: More Point Change value fixes

This commit is contained in:
Ian 2023-09-09 11:14:18 -04:00
parent 7fcbc0e7b6
commit fe51a22d77

View file

@ -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