althud cvar was checked in reverse.
This commit is contained in:
parent
4e29d1c2fe
commit
fbd83fe463
2 changed files with 9 additions and 9 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r90 \cu(Fri 3 Jun 19:17:33 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r90 \cu(2022-06-03 19:17:33)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r91 \cu(Fri 3 Jun 21:43:08 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r91 \cu(2022-06-03 21:43:08)\c-";
|
||||
|
|
|
|||
|
|
@ -2917,13 +2917,6 @@ Class SWWMStatusBar : BaseStatusBar
|
|||
{
|
||||
DrawTarget();
|
||||
if ( swwm_althud )
|
||||
{
|
||||
DrawTopStuff();
|
||||
DrawInventory();
|
||||
DrawStatus();
|
||||
DrawWeapons();
|
||||
}
|
||||
else
|
||||
{
|
||||
DrawTopStuff(true);
|
||||
Alt_DrawTopStuff();
|
||||
|
|
@ -2931,6 +2924,13 @@ Class SWWMStatusBar : BaseStatusBar
|
|||
Alt_DrawStatus();
|
||||
Alt_DrawWeapons();
|
||||
}
|
||||
else
|
||||
{
|
||||
DrawTopStuff();
|
||||
DrawInventory();
|
||||
DrawStatus();
|
||||
DrawWeapons();
|
||||
}
|
||||
if ( hnd ) hnd.DrawBossBar(self);
|
||||
DrawPickups();
|
||||
double malph = DrawDeath();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue