actually fix the chat instead of breaking it

This commit is contained in:
Crystalwarrior 2019-11-22 00:31:17 +03:00
parent 159f073514
commit 07763c5ac0

View File

@ -1031,8 +1031,8 @@ void Courtroom::set_background(QString p_background, bool display)
//Stop the chat arrow from animating //Stop the chat arrow from animating
ui_vp_chat_arrow->stop(); ui_vp_chat_arrow->stop();
text_state = 0; text_state = 2;
anim_state = 0; anim_state = 3;
ui_vp_objection->stop(); ui_vp_objection->stop();
chat_tick_timer->stop(); chat_tick_timer->stop();
ui_vp_evidence_display->reset(); ui_vp_evidence_display->reset();