mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 04:00:42 +00:00
parent
acadd716f8
commit
30da87d55b
1 changed files with 1 additions and 1 deletions
|
@ -785,6 +785,6 @@ class ExhumedStatusBar : RazeStatusBar
|
||||||
{
|
{
|
||||||
DrawStatus(Exhumed.GetViewPlayer());
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue