X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSounds.def;h=78ce42fcd46053a34908b75e9d872c68dd2733b7;hb=15afca9070b3eca896db35c4a9204c5f8570ee4a;hp=c85ab8456a26a076f029ecb6d33067471a0ca02a;hpb=35cc67f5254c41251a11efbafd90a3e191734175;p=lugaru.git diff --git a/Source/Sounds.def b/Source/Sounds.def index c85ab84..78ce42f 100644 --- a/Source/Sounds.def +++ b/Source/Sounds.def @@ -83,10 +83,10 @@ DECLARE_SOUND(staffbreaksound, "staffbreak.ogg") DECLARE_SOUND(firestartsound, "firestart.ogg") DECLARE_SOUND(fireendsound, "fireend.ogg") DECLARE_SOUND(stream_firesound, "fire.ogg") -DECLARE_SOUND(stream_music1grass, "music1grass.ogg") -DECLARE_SOUND(stream_music1snow, "music1snow.ogg") -DECLARE_SOUND(stream_music1desert, "music1desert.ogg") +DECLARE_SOUND(stream_grasstheme, "music1grass.ogg") +DECLARE_SOUND(stream_snowtheme, "music1snow.ogg") +DECLARE_SOUND(stream_deserttheme, "music1desert.ogg") DECLARE_SOUND(stream_wind, "wind.ogg") DECLARE_SOUND(stream_desertambient, "desertambient.ogg") -DECLARE_SOUND(stream_music2, "music2.ogg") -DECLARE_SOUND(stream_music3, "music3.ogg") +DECLARE_SOUND(stream_fighttheme, "music2.ogg") +DECLARE_SOUND(stream_menutheme, "music3.ogg")