aboutsummaryrefslogtreecommitdiff
path: root/src/courtroom.cpp
diff options
context:
space:
mode:
authorSalanto <62221668+Salanto@users.noreply.github.com>2022-08-20 14:57:58 +0200
committerGitHub <noreply@github.com>2022-08-20 14:57:58 +0200
commit7746b9593c54757d739df48956dfb6a1cc104739 (patch)
tree8979868df888f835b2ecae6730e4e3f553dc90b7 /src/courtroom.cpp
parentee747eaac90281e08ebed672bf10a113af7400ea (diff)
Don't reset evidence selection (#860)
They are defaulted in the header. This SHOULD not affect the client negatively.
Diffstat (limited to 'src/courtroom.cpp')
-rw-r--r--src/courtroom.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index ac9f43c4..e0ca5df7 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -1594,9 +1594,6 @@ void Courtroom::update_character(int p_cid, QString char_name, bool reset_emote)
void Courtroom::enter_courtroom()
{
- current_evidence_page = 0;
- current_evidence = 0;
-
set_evidence_page();
if (ao_app->flipping_supported)