mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +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:
|
public:
|
||||||
AdditionalData() : useMaximumConstant(false)
|
AdditionalData() : useMaximumConstant(false)
|
||||||
{
|
{
|
||||||
|
inventoryItem = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool useMaximumConstant;
|
bool useMaximumConstant;
|
||||||
|
|
Loading…
Reference in a new issue