add source-sdk-2013

This commit is contained in:
nillerusr
2022-03-01 23:00:42 +03:00
parent 88b8830e8b
commit edc8d6c584
3288 changed files with 3731 additions and 1062455 deletions
+2 -2
View File
@@ -274,10 +274,10 @@ void VGui_PreRender()
bool bShowPausedImage = !enginevgui->IsGameUIVisible() && cl_showpausedimage.GetBool() && engine->IsPaused() && !engine->IsTakingScreenshot() && !engine->IsPlayingDemo();
#if !defined( TF_CLIENT_DLL )
loadingdisc->SetPausedVisible( bShowPausedImage, engine->GetPausedExpireTime() );
loadingdisc->SetPausedVisible( bShowPausedImage );
#else
bShowPausedImage &= ( TFGameRules() && !TFGameRules()->IsInTraining() );
loadingdisc->SetPausedVisible( bShowPausedImage, engine->GetPausedExpireTime() );
loadingdisc->SetPausedVisible( bShowPausedImage );
#endif
}
}