X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fresources.cpp;h=a36825a4d8af269954c9a7c3c20f794838c2cf2b;hb=828b5e1ef1cb89d830735f24dd79bbd9b09d5b32;hp=d8fe66720a459c78f16deb3801ab0a52f6912130;hpb=f04a9e2da0f536ef0bf8fee7347fec9d48ea5d93;p=supertux.git diff --git a/src/resources.cpp b/src/resources.cpp index d8fe66720..a36825a4d 100644 --- a/src/resources.cpp +++ b/src/resources.cpp @@ -227,7 +227,7 @@ void loadshared() /* Herring song */ herring_song = sound_manager->load_music(datadir + "/music/SALCON.MOD"); - level_end_song = sound_manager->load_music(datadir + "/music/tux-leveldone.mod"); + level_end_song = sound_manager->load_music(datadir + "/music/leveldone.mod"); }