Commit 597a2a1 1 parent a33c844 commit 597a2a1 Copy full SHA for 597a2a1
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -799,8 +799,7 @@ static void drawLevelStats()
799
799
if (AM_ClassicAutomapVisible () || AM_OverlayAutomapVisible ())
800
800
return ;
801
801
802
- unsigned int xscale, yscale;
803
- xscale = hud_scale ? CleanXfac : 1 ;
802
+ unsigned int xscale = hud_scale ? CleanXfac : 1 ;
804
803
int num_ax = 0 , text_ax = 0 ;
805
804
if (hud_anchoring.value () < 1 .0f )
806
805
{
@@ -812,7 +811,7 @@ static void drawLevelStats()
812
811
std::string line;
813
812
const int LINE_SPACING = V_LineHeight () + 1 ;
814
813
int font_offset = 0 ;
815
- unsigned int x = R_StatusBarVisible () ? 2 : (text_ax + 10 ), y = R_StatusBarVisible () ? statusBarY () + 1 : 44 ;
814
+ unsigned int x = R_StatusBarVisible () ? (text_ax + 2 ) : (text_ax + 10 ), y = R_StatusBarVisible () ? statusBarY () + 1 : 44 ;
816
815
817
816
if (hud_extendedinfo == 1 || hud_extendedinfo == 3 )
818
817
{
You can’t perform that action at this time.
0 commit comments