diff options
| author | 2014-12-10 20:33:20 +0100 | |
|---|---|---|
| committer | 2014-12-10 20:33:20 +0100 | |
| commit | a31228ce130210f5b6742ff8a71bcd26869ca3d8 (patch) | |
| tree | 3bfbb41bf868c1053c07323655e205bf1a9c7fb3 /diceresult.cpp | |
| parent | e8d25b4c659a1138bebe720da4fa5eef52761886 (diff) | |
| download | OneRoll-a31228ce130210f5b6742ff8a71bcd26869ca3d8.tar.gz OneRoll-a31228ce130210f5b6742ff8a71bcd26869ca3d8.zip | |
-better understanding of type
Diffstat (limited to 'diceresult.cpp')
| -rw-r--r-- | diceresult.cpp | 2 |
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) { |