diff --git a/engine/client/cl_game.c b/engine/client/cl_game.c index 64dda1d2..3ea9759b 100644 --- a/engine/client/cl_game.c +++ b/engine/client/cl_game.c @@ -966,7 +966,7 @@ static void CL_DrawLoadingOrPaused( qboolean paused, float percent ) SPR_AdjustSizei( &x, &y, &width, &height ); - if( !paused && cl_allow_levelshots->value ) + if( !paused ) { float step, s2;