mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-08-26 13:51:56 +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 );
|
SPR_AdjustSizei( &x, &y, &width, &height );
|
||||||
|
|
||||||
if( !paused && cl_allow_levelshots->value )
|
if( !paused )
|
||||||
{
|
{
|
||||||
float step, s2;
|
float step, s2;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user