hedgewars/uConsts.pas
changeset 864 024369e09a53
parent 863 dfa3aa51ecb5
child 865 a4a5ec6c61d4
--- a/hedgewars/uConsts.pas	Thu Apr 24 14:36:38 2008 +0000
+++ b/hedgewars/uConsts.pas	Thu Apr 24 14:49:19 2008 +0000
@@ -61,7 +61,8 @@
                    sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
                    sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2,
                    sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming,
-                   sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye);
+                   sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye,
+                   sndSameTeam, sndNutter);
 
      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch,
@@ -398,7 +399,9 @@
                 (FileName:        'Stupid.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndStupid
                 (FileName:    'Firstblood.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndFirstBlood
                 (FileName:        'Boring.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndBoring
-                (FileName:        'Byebye.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndByeBye
+                (FileName:        'Byebye.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndByeBye
+                (FileName:      'Sameteam.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndSameTeam
+                (FileName:        'Nutter.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndNutter
                 );
 
       Ammoz: array [TAmmoType] of record