From 47568265218a674882f60198e33322d8ff5e2435 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 28 Dec 2014 12:44:59 +0000 Subject: [PATCH] Fix 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 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;