hedgewars/uConsts.pas
changeset 815 82ff416301bd
parent 805 4d75759b38bd
child 822 2ae8fd8ef804
equal deleted inserted replaced
814:7fb4417b7bc1 815:82ff416301bd
    56      TGearsType = set of TGearType;
    56      TGearsType = set of TGearType;
    57 
    57 
    58      TSound     = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease,
    58      TSound     = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease,
    59                    sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
    59                    sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
    60                    sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2,
    60                    sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2,
    61                    sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming);
    61                    sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming,
       
    62                    sndMissed, sndStupid);
    62 
    63 
    63      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    64      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    64                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch,
    65                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch,
    65                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    66                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    66                    amGirder, amTeleport, amSwitch);
    67                    amGirder, amTeleport, amSwitch);
   367                 (FileName:         'Jump2.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump2
   368                 (FileName:         'Jump2.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump2
   368                 (FileName:         'Jump3.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump3
   369                 (FileName:         'Jump3.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump3
   369                 (FileName:        'Yessir.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndYesSir
   370                 (FileName:        'Yessir.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndYesSir
   370                 (FileName:         'Laugh.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndLaugh
   371                 (FileName:         'Laugh.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndLaugh
   371                 (FileName:     'Illgetyou.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndIllGetYou
   372                 (FileName:     'Illgetyou.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndIllGetYou
   372                 (FileName:      'Incoming.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndIncoming
   373                 (FileName:      'Incoming.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndIncoming
   373 );
   374                 (FileName:        'Missed.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndMissed
       
   375                 (FileName:        'Stupid.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndStupid
       
   376                 );
   374 
   377 
   375       Ammoz: array [TAmmoType] of record
   378       Ammoz: array [TAmmoType] of record
   376                                   NameId: TAmmoStrId;
   379                                   NameId: TAmmoStrId;
   377                                   Probability, NumberInCase: Longword;
   380                                   Probability, NumberInCase: Longword;
   378                                   Ammo: TAmmo;
   381                                   Ammo: TAmmo;