hedgewars/uConsts.pas
changeset 559 6083fffc9e2f
parent 553 5478386d935f
child 560 7bf2b554de0c
equal deleted inserted replaced
558:b2b840eeb10a 559:6083fffc9e2f
    52 
    52 
    53      TGearsType = set of TGearType;
    53      TGearsType = set of TGearType;
    54 
    54 
    55      TSound     = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease,
    55      TSound     = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease,
    56                    sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
    56                    sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
    57                    sndMineTick, sndPickhammer);
    57                    sndMineTick, sndPickhammer, sndGun);
    58 
    58 
    59      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    59      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    60                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch,
    60                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch,
    61                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    61                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    62                    amGirder, amTeleport, amSwitch);
    62                    amGirder, amTeleport, amSwitch);
   343                                        (FileName:        'splash.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndSplash
   343                                        (FileName:        'splash.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndSplash
   344                                        (FileName: 'shotgunreload.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndShotgunReload
   344                                        (FileName: 'shotgunreload.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndShotgunReload
   345                                        (FileName:   'shotgunfire.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndShotgunFire
   345                                        (FileName:   'shotgunfire.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndShotgunFire
   346                                        (FileName:   'graveimpact.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndGraveImpact
   346                                        (FileName:   'graveimpact.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndGraveImpact
   347                                        (FileName:      'minetick.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndMineTicks
   347                                        (FileName:      'minetick.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndMineTicks
   348                                        (FileName:    'pickhammer.ogg'; Path: ptSounds; id: nil; lastChan: 0) // sndPickhammer
   348                                        (FileName:    'pickhammer.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndPickhammer
       
   349                                        (FileName:           'gun.ogg'; Path: ptSounds; id: nil; lastChan: 0) // sndGun
   349                                        );
   350                                        );
   350 
   351 
   351       Ammoz: array [TAmmoType] of record
   352       Ammoz: array [TAmmoType] of record
   352                                   NameId: TAmmoStrId;
   353                                   NameId: TAmmoStrId;
   353                                   Probability, NumberInCase: Longword;
   354                                   Probability, NumberInCase: Longword;