X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSounds.def;h=d0e2744d553f8d01578d506cf7ed4aa62c56af43;hb=af80f1f20e2b21ccf08af5421e5c683ac6deebcd;hp=bd18779c888bbba7e9dfdb4cef3da75b1d652077;hpb=617a36f729718c59c2f886fd4a1d145388e7c8bc;p=lugaru.git diff --git a/Source/Sounds.def b/Source/Sounds.def index bd18779..d0e2744 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")