diff options
| author | 2020-09-12 15:59:02 +0200 | |
|---|---|---|
| committer | 2020-09-12 15:59:02 +0200 | |
| commit | 2e6f5d9174b1ade9d3c3ff4a81b210313480a104 (patch) | |
| tree | e2cba1c6c0ace0ce5b5f4bd3a845167ed8b14a1f /node/keepdiceexecnode.h | |
| parent | 1f1ce3016fe8589d5b182e244e00333a1f35f1d0 (diff) | |
| download | OneRoll-2e6f5d9174b1ade9d3c3ff4a81b210313480a104.tar.gz OneRoll-2e6f5d9174b1ade9d3c3ff4a81b210313480a104.zip | |
fix output change.
Diffstat (limited to 'node/keepdiceexecnode.h')
| -rw-r--r-- | node/keepdiceexecnode.h | 2 |
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; }; |