hedgewars/uConsts.pas
changeset 800 e95f16b7ec80
parent 799 71ba310da909
child 801 0323e5c7ee54
equal deleted inserted replaced
799:71ba310da909 800:e95f16b7ec80
    54      TGearsType = set of TGearType;
    54      TGearsType = set of TGearType;
    55 
    55 
    56      TSound     = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease,
    56      TSound     = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease,
    57                    sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
    57                    sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
    58                    sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2,
    58                    sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2,
    59                    sndJump3);
    59                    sndJump3, sndYesSir, sndLaugh);
    60 
    60 
    61      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    61      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    62                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch,
    62                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch,
    63                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    63                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    64                    amGirder, amTeleport, amSwitch);
    64                    amGirder, amTeleport, amSwitch);
   359                 (FileName:    'pickhammer.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndPickhammer
   359                 (FileName:    'pickhammer.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndPickhammer
   360                 (FileName:           'gun.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndGun
   360                 (FileName:           'gun.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndGun
   361                 (FileName:           'ufo.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndUFO
   361                 (FileName:           'ufo.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndUFO
   362                 (FileName:         'Jump1.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump1
   362                 (FileName:         'Jump1.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump1
   363                 (FileName:         'Jump2.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump2
   363                 (FileName:         'Jump2.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump2
   364                 (FileName:         'Jump3.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndJump3
   364                 (FileName:         'Jump3.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump3
       
   365                 (FileName:        'Yessir.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndYesSir
       
   366                 (FileName:         'Laugh.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndLaugh
   365 );
   367 );
   366 
   368 
   367       Ammoz: array [TAmmoType] of record
   369       Ammoz: array [TAmmoType] of record
   368                                   NameId: TAmmoStrId;
   370                                   NameId: TAmmoStrId;
   369                                   Probability, NumberInCase: Longword;
   371                                   Probability, NumberInCase: Longword;