mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- Fixed: Forgot to initialize inventoryItem to NULL in DrawBar.
SVN r3370 (trunk)
This commit is contained in:
parent
449bd90121
commit
9cd0e48ea3
1 changed files with 1 additions and 0 deletions
|
@ -2637,6 +2637,7 @@ class CommandDrawBar : public SBarInfoCommand
|
|||
public:
|
||||
AdditionalData() : useMaximumConstant(false)
|
||||
{
|
||||
inventoryItem = NULL;
|
||||
}
|
||||
|
||||
bool useMaximumConstant;
|
||||
|
|
Loading…
Reference in a new issue