diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2022-08-20 14:57:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-20 14:57:58 +0200 |
| commit | 7746b9593c54757d739df48956dfb6a1cc104739 (patch) | |
| tree | 8979868df888f835b2ecae6730e4e3f553dc90b7 /src/courtroom.cpp | |
| parent | ee747eaac90281e08ebed672bf10a113af7400ea (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.cpp | 3 |
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) |
