- Fixed SBarInfo problem with hexenarmor.

SVN r2140 (trunk)
This commit is contained in:
Christoph Oelckers 2010-01-28 23:51:56 +00:00
parent 1f6c915abf
commit 787c16301c

View file

@ -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;