diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2007-08-10 10:08:36 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2007-08-10 10:08:36 +0000 |
| commit | 33da4a9c3429346b0f0703704a7e7d98344eb345 (patch) | |
| tree | 3046899fd99b8b88a0537ddf757a8c207d5cdfaf /src/game/client | |
| parent | bf3efbc586bb3a99e963f8ee3a8a65d376f86187 (diff) | |
| download | zcatch-33da4a9c3429346b0f0703704a7e7d98344eb345.tar.gz zcatch-33da4a9c3429346b0f0703704a7e7d98344eb345.zip | |
reverted menu music to .wav
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/game_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp index 7d70d7e4..e8679574 100644 --- a/src/game/client/game_client.cpp +++ b/src/game/client/game_client.cpp @@ -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++) |