summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristopher Schwarz <lakitu7@gmail.com>2009-10-11 08:17:22 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:47 +0000
commit2c9350c5f150ad79570e34f3f42ebc2029897453 (patch)
tree6dbb8224696997001e677d8333ad72903edc29d4 /src
parent3d5b5d3aecc13d937cc7bcf861c0faa4161a2470 (diff)
* Tweak previous commit to satisfy picky compilers
Diffstat (limited to 'src')
-rw-r--r--src/cgame/cg_draw.c3
1 files changed, 2 insertions, 1 deletions
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 )