diff options
Diffstat (limited to 'die.cpp')
| -rw-r--r-- | die.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -74,7 +74,9 @@ bool Die::isSelected() const qint64 Die::getValue() const { if(m_hasValue) + { return m_value; + } else { qint64 value=0; |