mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-24 02:40:41 +01:00
engine: fix dedicated check
This commit is contained in:
parent
1538bc609d
commit
b09242e41c
@ -2384,9 +2384,8 @@ void HTTP_Run( void )
|
||||
}
|
||||
|
||||
// update progress
|
||||
#ifndef XASH_DEDICATED
|
||||
Cvar_SetValue( "scr_download", flProgress/iProgressCount * 100 );
|
||||
#endif // XASH_DEDICATED
|
||||
if( !Host_IsDedicated() )
|
||||
Cvar_SetValue( "scr_download", flProgress/iProgressCount * 100 );
|
||||
|
||||
HTTP_AutoClean();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user