From d62ff4d3afbfe3f17aaafc4c01a483ee87123219 Mon Sep 17 00:00:00 2001 From: perplexedMurfy Date: Tue, 8 Jan 2019 00:10:37 -0500 Subject: [PATCH] Fix #57 --- src/courtroom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 598747c..be7629b 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -2012,7 +2012,7 @@ void Courtroom::start_chat_ticking() QString f_gender = ao_app->get_gender(m_chatmessage[CHAR_NAME]); - blip_player->set_blips("sfx-blip" + f_gender + ".wav"); + blip_player->set_blips(ao_app->get_sfx_suffix("sfx-blip" + f_gender)); //means text is currently ticking text_state = 1;