- Fixed: Forgot to initialize inventoryItem to NULL in DrawBar.

SVN r3370 (trunk)
This commit is contained in:
Braden Obrzut 2012-02-18 02:01:28 +00:00
parent 449bd90121
commit 9cd0e48ea3
1 changed files with 1 additions and 0 deletions

View File

@ -2637,6 +2637,7 @@ class CommandDrawBar : public SBarInfoCommand
public:
AdditionalData() : useMaximumConstant(false)
{
inventoryItem = NULL;
}
bool useMaximumConstant;