Fixed defect #43661 in Coverity list.
This commit is contained in:
parent
a216413a33
commit
14ea50cbe7
@ -12,7 +12,8 @@ class cBlockFireHandler :
|
||||
{
|
||||
public:
|
||||
cBlockFireHandler(BLOCKTYPE a_BlockType)
|
||||
: cBlockHandler(a_BlockType)
|
||||
: cBlockHandler(a_BlockType),
|
||||
XZP(0), XZM(0), Dir(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user