aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-19 02:01:06 +0200
committerRenaud G <renaud@rolisteam.org>2019-07-19 02:01:06 +0200
commit63edd55e030475bd4abe1f39967cacf6e5adf892 (patch)
tree3857f7e75b5dc60c0b9b6e26504584a893468ce2 /die.cpp
parent504d91db102a840e461b8b2ba442c0f76d581742 (diff)
downloadOneRoll-63edd55e030475bd4abe1f39967cacf6e5adf892.tar.gz
OneRoll-63edd55e030475bd4abe1f39967cacf6e5adf892.zip
fix if behaviour and output
Diffstat (limited to 'die.cpp')
-rw-r--r--die.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/die.cpp b/die.cpp
index 3d372c8..2d2ff91 100644
--- a/die.cpp
+++ b/die.cpp
@@ -174,7 +174,10 @@ void Die::displayed()
{
m_displayStatus= true;
}
-
+void Die::setDisplayed(bool b)
+{
+ m_displayStatus= b;
+}
void Die::setHighlighted(bool a)
{
m_highlighted= a;