2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-25 11:19:59 +01:00

engine: fix build

This commit is contained in:
AimlessWanderer 2020-01-11 18:23:17 +02:00 committed by Alibek Omarov
parent b9ec7ac886
commit 022792709d

View File

@ -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