Added workaround for glitched screen wipe on map load.
This commit is contained in:
parent
7cfe718384
commit
f1bc6de2b3
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ Class UTHud : BaseStatusBar
|
|||
override void Draw( int state, double TicFrac )
|
||||
{
|
||||
Super.Draw(state,TicFrac);
|
||||
if ( level.time < 2 ) return; // workaround for glitched wipe (no idea what causes it)
|
||||
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