- don't display keys on the HUD in deathmatch.

This commit is contained in:
Christoph Oelckers 2021-05-17 12:06:44 +02:00
parent 5077973012
commit 161f3a3c07
1 changed files with 4 additions and 2 deletions

View File

@ -176,8 +176,10 @@ class DoomStatusBar : BaseStatusBar
{
DrawString(mHUDFont, FormatNumber(CPlayer.FragCount, 3), (-3, 1), DI_TEXT_ALIGN_RIGHT, Font.CR_GOLD);
}
DrawFullscreenKeys();
else
{
DrawFullscreenKeys();
}
if (isInventoryBarVisible())
{