diff --git a/engine/code/cgame/cg_draw.c b/engine/code/cgame/cg_draw.c index b6271b44..02195d78 100644 --- a/engine/code/cgame/cg_draw.c +++ b/engine/code/cgame/cg_draw.c @@ -1343,7 +1343,7 @@ static float CG_DrawFPS( float y ) { s = va( "%ifps", fps ); w = CG_DrawStrlen( s ) * BIGCHAR_WIDTH; - CG_DrawBigString( 635 - w, y + 2, s, 1.0F); + CG_DrawBigString( 621 - w, 355 + 2, s, 1.0F); } return y + BIGCHAR_HEIGHT + 4; diff --git a/q3rallycode.ppr b/q3rallycode.ppr index a47ae9f1..c3d36ddd 100644 Binary files a/q3rallycode.ppr and b/q3rallycode.ppr differ