diff --git a/source/gl_hud.c b/source/gl_hud.c index 6bab7ba..cf2d37b 100644 --- a/source/gl_hud.c +++ b/source/gl_hud.c @@ -684,7 +684,7 @@ void HUD_Rounds (void) #ifdef VITA - Draw_ColoredStringScale(vid.width/2 - strlen("Round")*32, 160, "Round", 1, value/255, value/255, 1, 4.0f); + Draw_ColoredStringScale(vid.width/2 - strlen("Round")*16, 160, "Round", 1, value/255, value/255, 1, 4.0f); #else @@ -707,7 +707,7 @@ void HUD_Rounds (void) #ifdef VITA - Draw_ColoredStringScale(vid.width/2 - strlen("Round")*32, 160, "Round", 1, 0, 0, value/255, 4.0f); + Draw_ColoredStringScale(vid.width/2 - strlen("Round")*16, 160, "Round", 1, 0, 0, value/255, 4.0f); #else