engine: client: fix paused icon drawn when levelshots are disabled
This commit is contained in:
parent
81ef12be9e
commit
91f845c335
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue