aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result/diceresult.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 /result/diceresult.cpp
parentf99aea24fc657b081dccc44390a319b357a803a0 (diff)
parent34b4cd544333125ce8301b055e47e5492a95a9fb (diff)
downloadOneRoll-91d8d763be0f1c2f0eef8bcb4a1b249b52bdb340.tar.gz
OneRoll-91d8d763be0f1c2f0eef8bcb4a1b249b52bdb340.zip
Merge branch 'master' of github.com:Rolisteam/DiceParser
Diffstat (limited to 'result/diceresult.cpp')
-rw-r--r--result/diceresult.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/result/diceresult.cpp b/result/diceresult.cpp
index 08a3672..ddedd1c 100644
--- a/result/diceresult.cpp
+++ b/result/diceresult.cpp
@@ -24,6 +24,7 @@
#include <QDebug>
DiceResult::DiceResult()
+ : m_operator(Die::PLUS)
{
m_resultTypes= (DICE_LIST | SCALAR);
m_homogeneous = true;