X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSounds.def;h=78ce42fcd46053a34908b75e9d872c68dd2733b7;hb=8afdcba610cded0e54b85069ba051268b29669a6;hp=d0e2744d553f8d01578d506cf7ed4aa62c56af43;hpb=5c8be15962d6b02d7fdfdb16acc10f55267bea0f;p=lugaru.git diff --git a/Source/Sounds.def b/Source/Sounds.def index d0e2744..78ce42f 100644 --- a/Source/Sounds.def +++ b/Source/Sounds.def @@ -82,3 +82,11 @@ DECLARE_SOUND(staffheadsound, "staffhead.ogg") DECLARE_SOUND(staffbreaksound, "staffbreak.ogg") DECLARE_SOUND(firestartsound, "firestart.ogg") DECLARE_SOUND(fireendsound, "fireend.ogg") +DECLARE_SOUND(stream_firesound, "fire.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_fighttheme, "music2.ogg") +DECLARE_SOUND(stream_menutheme, "music3.ogg")