Browse Source

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

pull/2/head
Alibek Omarov 3 years ago
parent
commit
91f845c335
  1. 2
      engine/client/cl_game.c

2
engine/client/cl_game.c

@ -966,7 +966,7 @@ static void CL_DrawLoadingOrPaused( qboolean paused, float percent ) @@ -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…
Cancel
Save