aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2019-09-18 05:24:40 +0300
committerCrystalwarrior <varsash@gmail.com>2019-09-18 05:24:40 +0300
commit9b0f07d125e423471665be9fa2895621969bacaf (patch)
treeb42c4330ee71992b5fb1c3e5be97d89ad85cd01c
parentad057c6f7a71ffac53e8d5adbbd22ab17d3e0e98 (diff)
Make effects stop when next message is received
-rw-r--r--src/courtroom.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index 48aa637d..9083951c 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -1596,6 +1596,7 @@ void Courtroom::handle_chatmessage_2()
{
ui_vp_speedlines->stop();
ui_vp_player_char->stop();
+ ui_vp_effect->stop();
//Clear all looping sfx to prevent obnoxiousness
sfx_player->loop_clear();