From 969bc208ec89ddb082850de8a0dc9798bb4a748f Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Sat, 20 Aug 2022 13:40:45 +0200 Subject: [PATCH] Don't reset evidence selection They are defaulted in the header. This SHOULD not affect the client negatively. #857 --- src/courtroom.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/courtroom.cpp b/src/courtroom.cpp index efea86d50..f2c3a6120 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -1590,9 +1590,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)