1
0
Fork 0

Fixed defect #43661 in Coverity list.

This commit is contained in:
Kirill Kirilenko 2015-01-23 18:30:38 +03:00
parent a216413a33
commit 14ea50cbe7
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ class cBlockFireHandler :
{
public:
cBlockFireHandler(BLOCKTYPE a_BlockType)
: cBlockHandler(a_BlockType)
: cBlockHandler(a_BlockType),
XZP(0), XZM(0), Dir(0)
{
}