diff --git a/code/cgame/cg_draw.c b/code/cgame/cg_draw.c index e9c7d4da..f7f84c5e 100644 --- a/code/cgame/cg_draw.c +++ b/code/cgame/cg_draw.c @@ -2297,7 +2297,7 @@ CG_DrawProxWarning static void CG_DrawProxWarning( void ) { char s [32]; int w; - static int proxTime; + static float proxTime; static int proxCounter; static int proxTick;