hedgewars/uConsts.pas
changeset 829 1209eb768acf
parent 825 4b32f282f9d7
child 830 f07267032194
equal deleted inserted replaced
828:de0af1ad2610 829:1209eb768acf
    58 
    58 
    59      TSound     = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease,
    59      TSound     = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease,
    60                    sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
    60                    sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
    61                    sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2,
    61                    sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2,
    62                    sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming,
    62                    sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming,
    63                    sndMissed, sndStupid);
    63                    sndMissed, sndStupid, sndFirstBlood);
    64 
    64 
    65      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    65      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    66                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch,
    66                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch,
    67                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    67                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    68                    amGirder, amTeleport, amSwitch);
    68                    amGirder, amTeleport, amSwitch);
   382                 (FileName:        'Yessir.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndYesSir
   382                 (FileName:        'Yessir.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndYesSir
   383                 (FileName:         'Laugh.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndLaugh
   383                 (FileName:         'Laugh.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndLaugh
   384                 (FileName:     'Illgetyou.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndIllGetYou
   384                 (FileName:     'Illgetyou.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndIllGetYou
   385                 (FileName:      'Incoming.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndIncoming
   385                 (FileName:      'Incoming.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndIncoming
   386                 (FileName:        'Missed.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndMissed
   386                 (FileName:        'Missed.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndMissed
   387                 (FileName:        'Stupid.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndStupid
   387                 (FileName:        'Stupid.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndStupid
       
   388                 (FileName:    'Firstblood.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndFirstBlood
   388                 );
   389                 );
   389 
   390 
   390       Ammoz: array [TAmmoType] of record
   391       Ammoz: array [TAmmoType] of record
   391                                   NameId: TAmmoStrId;
   392                                   NameId: TAmmoStrId;
   392                                   Probability, NumberInCase: Longword;
   393                                   Probability, NumberInCase: Longword;