From 7746b9593c54757d739df48956dfb6a1cc104739 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Sat, 20 Aug 2022 14:57:58 +0200 Subject: [PATCH] Don't reset evidence selection (#860) They are defaulted in the header. This SHOULD not affect the client negatively. --- src/courtroom.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/courtroom.cpp b/src/courtroom.cpp index ac9f43c..e0ca5df 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)