aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/courtroom.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index 8592d4fd..e3e84504 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -2414,6 +2414,10 @@ void Courtroom::start_chat_ticking()
this->doRealization();
misc_sfx_player->play(ao_app->get_custom_realization(m_chatmessage[CHAR_NAME]));
}
+ if (m_chatmessage[SCREENSHAKE] == "1")
+ {
+ this->doScreenShake();
+ }
ui_vp_message->clear();
set_text_color();
rainbow_counter = 0;