diff -r 024369e09a53 -r a4a5ec6c61d4 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Thu Apr 24 14:49:19 2008 +0000 +++ b/hedgewars/uConsts.pas Thu Apr 24 15:03:57 2008 +0000 @@ -62,7 +62,7 @@ sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2, sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming, sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye, - sndSameTeam, sndNutter); + sndSameTeam, sndNutter, sndReinforce); TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, @@ -401,7 +401,8 @@ (FileName: 'Boring.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndBoring (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 + (FileName: 'Nutter.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndNutter + (FileName:'Reinforcements.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndReinforce ); Ammoz: array [TAmmoType] of record