From cecc075e74a83e10e41b5f43225e58e7f5f0d907 Mon Sep 17 00:00:00 2001 From: "auria.mg" Date: Fri, 24 Jun 2016 20:22:48 -0400 Subject: [PATCH] Add new improved race end sound --- src/states_screens/race_result_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/states_screens/race_result_gui.cpp b/src/states_screens/race_result_gui.cpp index 2f14f98f4..78c6fe876 100644 --- a/src/states_screens/race_result_gui.cpp +++ b/src/states_screens/race_result_gui.cpp @@ -98,7 +98,7 @@ void RaceResultGUI::init() } m_finish_sound = SFXManager::get()->quickSound( - human_win ? "gp_end" : "race_finish"); + human_win ? "race_finish_victory" : "race_finish"); //std::string path = (human_win ? Different result music too later // file_manager->getAsset(FileManager::MUSIC, "race_summary.music") :