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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cgame/cg_draw.c b/src/cgame/cg_draw.c
index ee604e76..f59c11aa 100644
--- a/src/cgame/cg_draw.c
+++ b/src/cgame/cg_draw.c
@@ -3407,10 +3407,6 @@ static void CG_Draw2D( void )
{
menuDef_t *menu = NULL;
- // if we are taking a levelshot for the menu, don't draw anything
- if( cg.levelShot )
- return;
-
// fading to black if stamina runs out
// (only 2D that can't be disabled)
CG_DrawLighting( );