aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/courtroom.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index 109c3479..5d38f8bc 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -2154,8 +2154,6 @@ void Courtroom::play_char_sfx(QString sfx_name)
void Courtroom::handle_chatmessage_3()
{
- start_chat_ticking();
-
int f_evi_id = m_chatmessage[EVIDENCE_ID].toInt();
QString f_side = m_chatmessage[SIDE];
@@ -2235,6 +2233,8 @@ void Courtroom::handle_chatmessage_3()
break;
}
}
+
+ start_chat_ticking();
}
QString Courtroom::filter_ic_text(QString p_text, bool html, int target_pos,