diff options
| author | 2020-05-22 01:51:51 +0200 | |
|---|---|---|
| committer | 2020-05-22 01:51:51 +0200 | |
| commit | 9872fa26641aa57acc0c01fd8d1a981f9984eab5 (patch) | |
| tree | aec5aba6190180f5b5e42ea9f809a70fdc64585b /die.cpp | |
| parent | cdc2fcccdbdb40530ff1c63f70c43bf1100e3410 (diff) | |
| download | OneRoll-9872fa26641aa57acc0c01fd8d1a981f9984eab5.tar.gz OneRoll-9872fa26641aa57acc0c01fd8d1a981f9984eab5.zip | |
Fix behaviour of output.
Diffstat (limited to 'die.cpp')
| -rw-r--r-- | die.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ bool Die::hasBeenDisplayed() const } void Die::displayed() { - m_displayStatus= true; + setDisplayed(true); } void Die::setDisplayed(bool b) { |