fix statement after break; from case

This commit is contained in:
scatterflower 2020-08-17 13:06:35 -05:00
parent da002085ab
commit 4ada75a3bd

View File

@ -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.
}