aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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)
{