aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result
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 /result
parent2c5a654619010cf798f3dc5dd9f71e18b88cfe6f (diff)
downloadOneRoll-34b4cd544333125ce8301b055e47e5492a95a9fb.tar.gz
OneRoll-34b4cd544333125ce8301b055e47e5492a95a9fb.zip
-fix error about dice system.
Diffstat (limited to 'result')
-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;