X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSounds.def;h=78ce42fcd46053a34908b75e9d872c68dd2733b7;hb=8afdcba610cded0e54b85069ba051268b29669a6;hp=bd18779c888bbba7e9dfdb4cef3da75b1d652077;hpb=617a36f729718c59c2f886fd4a1d145388e7c8bc;p=lugaru.git diff --git a/Source/Sounds.def b/Source/Sounds.def index bd18779..78ce42f 100644 --- a/Source/Sounds.def +++ b/Source/Sounds.def @@ -19,10 +19,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -DECLARE_SOUND(footstepsound, "footstepsnow1.ogg") -DECLARE_SOUND(footstepsound2, "footstepsnow2.ogg") -DECLARE_SOUND(footstepsound3, "footstepstone1.ogg") -DECLARE_SOUND(footstepsound4, "footstepstone2.ogg") +DECLARE_SOUND(footstepsn1, "footstepsnow1.ogg") +DECLARE_SOUND(footstepsn2, "footstepsnow2.ogg") +DECLARE_SOUND(footstepst1, "footstepstone1.ogg") +DECLARE_SOUND(footstepst2, "footstepstone2.ogg") +DECLARE_SOUND(footstepgr1, "footstepgrass1.ogg") +DECLARE_SOUND(footstepgr2, "footstepgrass2.ogg") DECLARE_SOUND(landsound, "land.ogg") DECLARE_SOUND(jumpsound, "jump.ogg") DECLARE_SOUND(hawksound, "hawk.ogg") @@ -80,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")