hedgewars/uConsts.pas
changeset 3359 d17b9f6adae5
parent 3351 3fd3f116f2fc
child 3381 f8800c44b3de
equal deleted inserted replaced
3358:546e75f839ce 3359:d17b9f6adae5
   111             sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease,
   111             sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease,
   112             sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity,
   112             sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity,
   113             sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4,
   113             sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4,
   114             sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket,
   114             sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket,
   115             sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater,
   115             sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater,
   116             sndPiano0, sndPiano1, sndPiano2, sndPiano3, sndPiano4, sndPiano5, sndPiano6, sndPiano7, sndPiano8);
   116             sndPiano0, sndPiano1, sndPiano2, sndPiano3, sndPiano4, sndPiano5, sndPiano6, sndPiano7, sndPiano8,
       
   117             sndSkip);
   117 
   118 
   118     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer,
   119     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer,
   119             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
   120             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
   120             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
   121             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
   121             amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
   122             amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
   856             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano3
   857             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano3
   857             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano4
   858             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano4
   858             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano5
   859             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano5
   859             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano6
   860             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano6
   860             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano7
   861             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano7
   861             (FileName:                  'egg.ogg'; Path: ptSounds) // sndPiano8
   862             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano8
       
   863             (FileName:                 'skip.ogg'; Path: ptSounds) // sndSkip
   862             );
   864             );
   863 
   865 
   864     Ammoz: array [TAmmoType] of record
   866     Ammoz: array [TAmmoType] of record
   865             NameId: TAmmoStrId;
   867             NameId: TAmmoStrId;
   866             NameTex: PTexture;
   868             NameTex: PTexture;