- Fixed typo in SBarInfo WeaponIcon code. That said, I do wonder if the new behavior might break some existing status bar since it might be intended that weapons such as the fists draw no icon.

SVN r3604 (trunk)
This commit is contained in:
Braden Obrzut 2012-04-28 03:13:39 +00:00
commit c07eaa4d31

View file

@ -181,7 +181,7 @@ class CommandDrawImage : public SBarInfoCommand
{
icon = GetWeaponIcon(weapon);
}
texture = TexMan[weapon->Icon];
texture = TexMan[icon];
}
}
else if(type == SIGIL)