aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2020-10-31 18:26:38 -0500
committerGitHub <noreply@github.com>2020-10-31 18:26:38 -0500
commit93f370b0623523d4b4ff03b53f18dc5046e36af8 (patch)
tree6756d53b59634a4f4d94b3d786110b46cab64d4e /include
parente0e28983933def4b88ab8045d4352ba8f28200bd (diff)
parent48f8d8aa27ee08697d0f186a0ff6df9f244f7c53 (diff)
Merge pull request #309 from AttorneyOnline/fix-272
When deciding to present evidence, check if we've already done so
Diffstat (limited to 'include')
-rw-r--r--include/courtroom.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 5b5ff6c1..172b9f15 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -424,8 +424,12 @@ private:
// List of all currently available pos
QStringList pos_dropdown_list;
+ // is the message we're about to send supposed to present evidence?
bool is_presenting_evidence = false;
+ // have we already presented evidence for this message?
+ bool evidence_presented = false;
+
QString effect = "";
// Music effect flags we want to send to server when we play music