aboutsummaryrefslogtreecommitdiff
path: root/src/courtroom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/courtroom.cpp')
-rw-r--r--src/courtroom.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index db48e512..1a1fd9ed 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -1028,7 +1028,14 @@ void Courtroom::set_background(QString p_background, bool display)
ui_vp_message->hide();
ui_vp_chatbox->hide();
+ //Stop the chat arrow from animating
+ ui_vp_chat_arrow->stop();
+
+ text_state = 0;
+ anim_state = 0;
+ ui_vp_objection->stop();
chat_tick_timer->stop();
+ ui_vp_evidence_display->reset();
set_scene(QString::number(ao_app->get_desk_mod(current_char, current_emote)), current_side);
}
}