From 33da4a9c3429346b0f0703704a7e7d98344eb345 Mon Sep 17 00:00:00 2001 From: Jakob Fries Date: Fri, 10 Aug 2007 10:08:36 +0000 Subject: reverted menu music to .wav --- src/game/client/game_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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++) -- cgit 1.4.1