Make effects stop when next message is received

This commit is contained in:
Crystalwarrior 2019-09-18 05:24:40 +03:00
parent ad057c6f7a
commit 9b0f07d125

View File

@ -1596,6 +1596,7 @@ void Courtroom::handle_chatmessage_2()
{ {
ui_vp_speedlines->stop(); ui_vp_speedlines->stop();
ui_vp_player_char->stop(); ui_vp_player_char->stop();
ui_vp_effect->stop();
//Clear all looping sfx to prevent obnoxiousness //Clear all looping sfx to prevent obnoxiousness
sfx_player->loop_clear(); sfx_player->loop_clear();