]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Sounds.def
rename music1, music2, music3
[lugaru.git] / Source / Sounds.def
index bd18779c888bbba7e9dfdb4cef3da75b1d652077..78ce42fcd46053a34908b75e9d872c68dd2733b7 100644 (file)
@@ -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")