mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- Nam: don't draw the icon for weapon 7 on the HUD.
This is just a blue square. In RedNukem it isn't shown, but there's no special code for it.
This commit is contained in:
parent
3c2c53c7e1
commit
7c4319d099
1 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,7 @@ class DukeStatusBar : DukeCommonStatusBar
|
|||
{
|
||||
DrawString(numberFont, format, (-3, texty), DI_TEXT_ALIGN_RIGHT, Font.CR_UNTRANSLATED);
|
||||
}
|
||||
|
||||
if (weapon != 7 || !Raze.isNam())
|
||||
DrawTexture(img, (-imgX, -1.5), DI_ITEM_RIGHT_BOTTOM, scale:(imgScale, imgScale));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue