From a2bbb74cae308d400040d7ecacc6f37f737dff5d Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 28 Dec 2014 15:47:40 +0000 Subject: [PATCH] Unfix warning --- code/cgame/cg_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/cgame/cg_draw.c b/code/cgame/cg_draw.c index f7f84c5e..e9c7d4da 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 float proxTime; + static int proxTime; static int proxCounter; static int proxTick;