aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/dicerollernode.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2017-06-03 16:18:28 +0200
committerRenaud G <renaud@rolisteam.org>2017-06-03 16:18:28 +0200
commit91d8d763be0f1c2f0eef8bcb4a1b249b52bdb340 (patch)
treeba30869be96e17648d4d6eedc21cf8ecaee621a6 /node/dicerollernode.cpp
parentf99aea24fc657b081dccc44390a319b357a803a0 (diff)
parent34b4cd544333125ce8301b055e47e5492a95a9fb (diff)
downloadOneRoll-91d8d763be0f1c2f0eef8bcb4a1b249b52bdb340.tar.gz
OneRoll-91d8d763be0f1c2f0eef8bcb4a1b249b52bdb340.zip
Merge branch 'master' of github.com:Rolisteam/DiceParser
Diffstat (limited to 'node/dicerollernode.cpp')
-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;
}