diff options
| author | perplexedMurfy <perplexedMurfy@gmail.com> | 2019-01-08 00:10:37 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2019-01-08 18:51:20 -0600 |
| commit | d62ff4d3afbfe3f17aaafc4c01a483ee87123219 (patch) | |
| tree | 05febd8016d6b030a6e154f022a2b512d08341a0 | |
| parent | 33dd06e9aa4de11c4e8f9e51bebfdede39c61573 (diff) | |
Fix #57
| -rw-r--r-- | src/courtroom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 598747c4..be7629b8 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; |
