hedgewars/uConsts.pas
changeset 3094 97c8406acc85
parent 3085 c6c57c499034
child 3102 3435cdc1e557
--- a/hedgewars/uConsts.pas	Sat Mar 27 00:48:59 2010 +0000
+++ b/hedgewars/uConsts.pas	Sat Mar 27 02:55:35 2010 +0000
@@ -113,7 +113,8 @@
             sndHomerun, sndMolotov, sndCover, sndUhOh, sndOops,
             sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease,
             sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity,
-            sndDroplet1, sndDroplet2, sndDroplet3);
+				sndHellishImpact,
+            sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3);
 
     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer,
             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
@@ -817,6 +818,8 @@
             (FileName:         'sniperreload.ogg'; Path: ptSounds),// sndSniperReload
             (FileName:                'steps.ogg'; Path: ptSounds),// sndSteps
             (FileName:           'lowgravity.ogg'; Path: ptSounds),// sndLowGravity
+				(FileName:             'hellishimpact.ogg'; Path: ptSounds), // sndHellishImpact
+            (FileName:             'melonimpact.ogg'; Path: ptSounds), // sndMelonImpact
             (FileName:             'Droplet1.ogg'; Path: ptSounds),// sndDroplet1
             (FileName:             'Droplet2.ogg'; Path: ptSounds),// sndDroplet2
             (FileName:             'Droplet3.ogg'; Path: ptSounds) // sndDroplet3