aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscatterflower <marisaposs@gameboyprinter.moe>2020-08-17 13:06:35 -0500
committerscatterflower <marisaposs@gameboyprinter.moe>2020-08-17 13:06:35 -0500
commit4ada75a3bd0cf57007458b2af6f44c76ac33e575 (patch)
tree122e8cd3f8b0e50e9819be3f6c84c796173dde69
parentda002085abf3deab2c51cbabcfb910e78c81656e (diff)
fix statement after break; from case
-rw-r--r--src/courtroom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index 978cc04d..cc35a7bd 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.
}