diff options
Diffstat (limited to 'courtroom.cpp')
| -rw-r--r-- | courtroom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/courtroom.cpp b/courtroom.cpp index 14a2d58..418bacd 100644 --- a/courtroom.cpp +++ b/courtroom.cpp @@ -1557,7 +1557,7 @@ void Courtroom::handle_chatmessage_3() { realization_timer->start(60); ui_vp_realization->show(); - sfx_player->play(ao_app->get_sfx("realization")); + sfx_player->play(ao_app->get_custom_realization(m_chatmessage[CHAR_NAME])); } int f_evi_id = m_chatmessage[EVIDENCE_ID].toInt(); |
