diff --git a/engine/common/net_ws.c b/engine/common/net_ws.c index ef403b3c..8b491ba9 100644 --- a/engine/common/net_ws.c +++ b/engine/common/net_ws.c @@ -2280,7 +2280,7 @@ void HTTP_Run( void ) } // update progress - if( !Host_IsDedicated() ) + if( !Host_IsDedicated() && iProgressCount != 0 ) Cvar_SetValue( "scr_download", flProgress/iProgressCount * 100 ); HTTP_AutoClean();