summaryrefslogtreecommitdiff
path: root/src/cgame/cg_draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame/cg_draw.c')
-rw-r--r--src/cgame/cg_draw.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cgame/cg_draw.c b/src/cgame/cg_draw.c
index 7169540d..d4d7d55a 100644
--- a/src/cgame/cg_draw.c
+++ b/src/cgame/cg_draw.c
@@ -2602,6 +2602,9 @@ static void CG_DrawLocation( rectDef_t *rect, float scale, int textalign, vec4_t
float maxX;
float tx = rect->x, ty = rect->y;
+ if( cg.intermissionStarted )
+ return;
+
maxX = rect->x + rect->w;
locent = CG_GetPlayerLocation( );