hedgewars/uConsts.pas
changeset 560 7bf2b554de0c
parent 559 6083fffc9e2f
child 567 b6de36975a3c
--- a/hedgewars/uConsts.pas	Sun Jul 15 13:35:32 2007 +0000
+++ b/hedgewars/uConsts.pas	Sun Jul 15 14:02:26 2007 +0000
@@ -54,7 +54,7 @@
 
      TSound     = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease,
                    sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
-                   sndMineTick, sndPickhammer, sndGun);
+                   sndMineTick, sndPickhammer, sndGun, sndUFO);
 
      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch,
@@ -346,7 +346,8 @@
                                        (FileName:   'graveimpact.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndGraveImpact
                                        (FileName:      'minetick.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndMineTicks
                                        (FileName:    'pickhammer.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndPickhammer
-                                       (FileName:           'gun.ogg'; Path: ptSounds; id: nil; lastChan: 0) // sndGun
+                                       (FileName:           'gun.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndGun
+                                       (FileName:           'ufo.ogg'; Path: ptSounds; id: nil; lastChan: 0) // sndUFO
                                        );
 
       Ammoz: array [TAmmoType] of record