mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 19:10:37 +00:00
engine: client: fix paused icon drawn when levelshots are disabled
This commit is contained in:
parent
81ef12be9e
commit
91f845c335
@ -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…
x
Reference in New Issue
Block a user