From 4ada75a3bd0cf57007458b2af6f44c76ac33e575 Mon Sep 17 00:00:00 2001 From: scatterflower Date: Mon, 17 Aug 2020 13:06:35 -0500 Subject: [PATCH] fix statement after break; from case --- src/courtroom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 978cc04..cc35a7b 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -1919,8 +1919,8 @@ void Courtroom::handle_chatmessage(QStringList *p_contents) shout_stay_time); objection_player->play("custom", f_char, f_custom_theme); } - break; m_chatmessage[EMOTE_MOD] = 1; + break; } sfx_player->clear(); // Objection played! Cut all sfx. }