Corrected Redeemer HUD behavior (Tint is reduced, HUD doesn't hide when guiding).
This commit is contained in:
parent
b5a0c723fe
commit
5ab9bb4930
2 changed files with 1 additions and 2 deletions
|
|
@ -147,7 +147,6 @@ Class UTHud : BaseStatusBar
|
|||
override void Draw( int state, double TicFrac )
|
||||
{
|
||||
Super.Draw(state,TicFrac);
|
||||
if ( players[consoleplayer].camera is 'GuidedWarShell' ) return;
|
||||
HScale = Screen.GetWidth()/1280.;
|
||||
switch ( CVar.GetCVar('flak_colorprefs',CPlayer).GetInt() )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue