aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2014-12-10 20:33:20 +0100
committerRenaud G <renaud@rolisteam.org>2014-12-10 20:33:20 +0100
commita31228ce130210f5b6742ff8a71bcd26869ca3d8 (patch)
tree3bfbb41bf868c1053c07323655e205bf1a9c7fb3
parente8d25b4c659a1138bebe720da4fa5eef52761886 (diff)
downloadOneRoll-a31228ce130210f5b6742ff8a71bcd26869ca3d8.tar.gz
OneRoll-a31228ce130210f5b6742ff8a71bcd26869ca3d8.zip
-better understanding of type
-rw-r--r--diceresult.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/diceresult.cpp b/diceresult.cpp
index 7b73825..0cabb11 100644
--- a/diceresult.cpp
+++ b/diceresult.cpp
@@ -23,7 +23,7 @@
DiceResult::DiceResult()
{
- m_resultTypes= (DICE_LIST | SCALAR);
+ m_resultTypes= (DICE_LIST);
}
void DiceResult::insertResult(Die* die)
{