engine: client: fix paused icon drawn when levelshots are disabled

This commit is contained in:
Alibek Omarov 2021-09-30 16:43:21 +03:00
parent 81ef12be9e
commit 91f845c335
1 changed files with 1 additions and 1 deletions

View File

@ -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;