mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-05 07:38:19 +00:00
reverted menu music to .wav
This commit is contained in:
parent
bf3efbc586
commit
33da4a9c34
Binary file not shown.
BIN
data/audio/menu_music.wav
Normal file
BIN
data/audio/menu_music.wav
Normal file
Binary file not shown.
|
@ -442,7 +442,7 @@ void modc_init()
|
|||
data = load_data_from_memory(internal_data);
|
||||
|
||||
// TODO: should be removed
|
||||
music_menu = snd_load_wav("data/audio/Music_Menu.wav");
|
||||
music_menu = snd_load_wav("data/audio/menu_music.wav");
|
||||
|
||||
// load sounds
|
||||
for(int s = 0; s < data->num_sounds; s++)
|
||||
|
|
Loading…
Reference in a new issue