- Exhumed: Fix level stat position on full HUD.

* Fixes #429.
This commit is contained in:
Mitchell Richters 2021-06-24 20:56:20 +10:00
parent acadd716f8
commit 30da87d55b

View file

@ -785,6 +785,6 @@ class ExhumedStatusBar : RazeStatusBar
{
DrawStatus(Exhumed.GetViewPlayer());
}
DoLevelStats(hud_size == Hud_Nothing ? 0 : hud_size == Hud_full ? 22 : 40, info);
DoLevelStats(hud_size == Hud_Nothing ? 0 : hud_size == Hud_full ? 20 : 45, info);
}
}