hedgewars/uConsts.pas
changeset 3139 a075f5344796
parent 3126 f9225499eb18
child 3142 1a488adc676c
equal deleted inserted replaced
3138:1798518e1d73 3139:a075f5344796
   113             sndHomerun, sndMolotov, sndCover, sndUhOh, sndOops,
   113             sndHomerun, sndMolotov, sndCover, sndUhOh, sndOops,
   114             sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease,
   114             sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease,
   115             sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity,
   115             sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity,
   116             sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4,
   116             sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4,
   117             sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket,
   117             sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket,
   118             sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle);
   118             sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater);
   119 
   119 
   120     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer,
   120     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer,
   121             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
   121             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
   122             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
   122             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
   123             amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
   123             amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
   841             (FileName:                  'egg.ogg'; Path: ptSounds),// sndEggBreak
   841             (FileName:                  'egg.ogg'; Path: ptSounds),// sndEggBreak
   842             (FileName:           'pickhammer.ogg'; Path: ptSounds),// sndDrillRocket
   842             (FileName:           'pickhammer.ogg'; Path: ptSounds),// sndDrillRocket
   843             (FileName:          'PoisonCough.ogg'; Path: ptVoices),// sndPoisonCough
   843             (FileName:          'PoisonCough.ogg'; Path: ptVoices),// sndPoisonCough
   844             (FileName:           'PoisonMoan.ogg'; Path: ptVoices),// sndPoisonMoan
   844             (FileName:           'PoisonMoan.ogg'; Path: ptVoices),// sndPoisonMoan
   845             (FileName:             'BirdyLay.ogg'; Path: ptSounds),// sndBirdyLay
   845             (FileName:             'BirdyLay.ogg'; Path: ptSounds),// sndBirdyLay
   846             (FileName:              'Whistle.ogg'; Path: ptSounds) // sndWhistle
   846             (FileName:              'Whistle.ogg'; Path: ptSounds),// sndWhistle
       
   847             (FileName:             'beewater.ogg'; Path: ptSounds) // sndBeeWater
   847             );
   848             );
   848 
   849 
   849     Ammoz: array [TAmmoType] of record
   850     Ammoz: array [TAmmoType] of record
   850             NameId: TAmmoStrId;
   851             NameId: TAmmoStrId;
   851             NameTex: PTexture;
   852             NameTex: PTexture;