aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'die.cpp')
-rw-r--r--die.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/die.cpp b/die.cpp
index e423268..979c8c9 100644
--- a/die.cpp
+++ b/die.cpp
@@ -74,7 +74,9 @@ bool Die::isSelected() const
qint64 Die::getValue() const
{
if(m_hasValue)
+ {
return m_value;
+ }
else
{
qint64 value=0;