Skip to content

Commit

Permalink
Fixed defect #43661 in Coverity list.
Browse files Browse the repository at this point in the history
  • Loading branch information
UltraCoderRU committed Jan 23, 2015
1 parent a216413 commit 14ea50c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Blocks/BlockFire.h
Expand Up @@ -12,7 +12,8 @@ class cBlockFireHandler :
{
public:
cBlockFireHandler(BLOCKTYPE a_BlockType)
: cBlockHandler(a_BlockType)
: cBlockHandler(a_BlockType),
XZP(0), XZM(0), Dir(0)
{
}

Expand Down

0 comments on commit 14ea50c

Please sign in to comment.