1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 23:27:57 -05:00

Remove bleedout bar in solo

This commit is contained in:
Jbleezy
2022-01-04 14:49:24 -08:00
parent 15fd075bb2
commit c097316b2d

View File

@ -1532,6 +1532,11 @@ bleedout_bar_hud()
flag_wait( "initial_blackscreen_passed" );
if(flag("solo_game"))
{
return;
}
bleedout_bar = self createbar((1, 0, 0), level.secondaryprogressbarwidth * 2, level.secondaryprogressbarheight);
bleedout_bar setpoint(undefined, "CENTER", level.secondaryprogressbarx, -1 * level.secondaryprogressbary);
bleedout_bar.hidewheninmenu = 1;