Browse Source

engine: fix build

pull/2/head
AimlessWanderer 5 years ago committed by Alibek Omarov
parent
commit
022792709d
  1. 6
      engine/client/cl_scrn.c

6
engine/client/cl_scrn.c

@ -342,13 +342,15 @@ SCR_BeginLoadingPlaque @@ -342,13 +342,15 @@ SCR_BeginLoadingPlaque
*/
void SCR_BeginLoadingPlaque( qboolean is_background )
{
#if !XASH_DEDICATED
float oldclear;
#endif
S_StopAllSounds( true );
cl.audio_prepped = false; // don't play ambients
cl.video_prepped = false;
#if !XASH_DEDICATED
float oldclear;
if( !Host_IsDedicated() )
oldclear = gl_clear->value;
#endif

Loading…
Cancel
Save