aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/dicerollernode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2021-04-30 01:47:36 +0200
committerRenaud G <renaud@rolisteam.org>2021-04-30 01:49:49 +0200
commit97235bf4e5e8a3502172e434c698562afd87d6b3 (patch)
tree8b3f6545526177869ce4d5d0bc31b7ffcd33fce7 /node/dicerollernode.h
parent9ab2e5cf3772e0e9709829268376ad4a00f47ecf (diff)
downloadOneRoll-97235bf4e5e8a3502172e434c698562afd87d6b3.tar.gz
OneRoll-97235bf4e5e8a3502172e434c698562afd87d6b3.zip
Fix repeat bug.
Diffstat (limited to 'node/dicerollernode.h')
-rw-r--r--node/dicerollernode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/dicerollernode.h b/node/dicerollernode.h
index a59f97c..67d4074 100644
--- a/node/dicerollernode.h
+++ b/node/dicerollernode.h
@@ -57,7 +57,7 @@ private:
DiceResult* m_diceResult;
qint64 m_min;
Die::ArithmeticOperator m_operator;
- bool m_unique;
+ bool m_unique = false;
};
#endif // DICEROLLERNODE_H