mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- don't display keys on the HUD in deathmatch.
This commit is contained in:
parent
5077973012
commit
161f3a3c07
1 changed files with 4 additions and 2 deletions
|
@ -176,8 +176,10 @@ class DoomStatusBar : BaseStatusBar
|
|||
{
|
||||
DrawString(mHUDFont, FormatNumber(CPlayer.FragCount, 3), (-3, 1), DI_TEXT_ALIGN_RIGHT, Font.CR_GOLD);
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
DrawFullscreenKeys();
|
||||
}
|
||||
|
||||
if (isInventoryBarVisible())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue