aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2017-05-07 13:11:59 +0200
committerRenaud G <renaud@rolisteam.org>2017-05-07 13:11:59 +0200
commit34b4cd544333125ce8301b055e47e5492a95a9fb (patch)
tree01a493a6336d4d11b5e39e51d854b155eb387619 /node
parent2c5a654619010cf798f3dc5dd9f71e18b88cfe6f (diff)
downloadOneRoll-34b4cd544333125ce8301b055e47e5492a95a9fb.tar.gz
OneRoll-34b4cd544333125ce8301b055e47e5492a95a9fb.zip
-fix error about dice system.
Diffstat (limited to 'node')
-rw-r--r--node/dicerollernode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/dicerollernode.cpp b/node/dicerollernode.cpp
index fd92b93..89ba24d 100644
--- a/node/dicerollernode.cpp
+++ b/node/dicerollernode.cpp
@@ -10,7 +10,7 @@
DiceRollerNode::DiceRollerNode(qint64 max,qint64 min)
- : m_max(max),m_diceResult(new DiceResult()),m_min(min)
+ : m_max(max),m_diceResult(new DiceResult()),m_min(min),m_operator(Die::PLUS)
{
m_result=m_diceResult;
}