mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- Fixed SBarInfo problem with hexenarmor.
SVN r2140 (trunk)
This commit is contained in:
parent
1f6c915abf
commit
787c16301c
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class CommandDrawImage : public SBarInfoCommand
|
|||
if (item != NULL)
|
||||
texture = TexMan[item->Icon];
|
||||
}
|
||||
else if(type == HEXENARMOR_ARMOR || type == HEXENARMOR_SHIELD || type == HEXENARMOR_AMULET || type == HEXENARMOR_ARMOR)
|
||||
else if(type == HEXENARMOR_ARMOR || type == HEXENARMOR_SHIELD || type == HEXENARMOR_HELM || type == HEXENARMOR_AMULET)
|
||||
{
|
||||
int armorType = type - HEXENARMOR_ARMOR;
|
||||
|
||||
|
|
Loading…
Reference in a new issue