aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/keepdiceexecnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/keepdiceexecnode.h')
-rw-r--r--node/keepdiceexecnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/keepdiceexecnode.h b/node/keepdiceexecnode.h
index 41d157d..49680f2 100644
--- a/node/keepdiceexecnode.h
+++ b/node/keepdiceexecnode.h
@@ -40,7 +40,7 @@ public:
virtual ExecutionNode* getCopy() const;
private:
- qint64 m_numberOfDice;
+ qint64 m_numberOfDice= 0;
DiceResult* m_diceResult;
};