From 2c9350c5f150ad79570e34f3f42ebc2029897453 Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Sun, 11 Oct 2009 08:17:22 +0000 Subject: * Tweak previous commit to satisfy picky compilers --- src/cgame/cg_draw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cgame/cg_draw.c b/src/cgame/cg_draw.c index 780ac7ed..e5371a06 100644 --- a/src/cgame/cg_draw.c +++ b/src/cgame/cg_draw.c @@ -2260,8 +2260,9 @@ static void CG_DrawLocation( rectDef_t *rect, float scale, int textalign, vec4_t centity_t *locent; float maxX; float tx = rect->x, ty = rect->y; + qboolean aligned = qfalse; + maxX = rect->x + rect->w; - qboolean aligned = qfalse; locent = CG_GetPlayerLocation( ); if( locent ) -- cgit