hedgewars/uConsts.pas
changeset 3123 b0a02930a1dc
parent 3119 6e081232b8a8
child 3124 ef5525d9403a
equal deleted inserted replaced
3122:e005359efc59 3123:b0a02930a1dc
   112             sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter,
   112             sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter,
   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 
   119 
   119     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer,
   120     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer,
   120             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
   121             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
   121             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
   122             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
   122             amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
   123             amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
   836             (FileName:          'melonimpact.ogg'; Path: ptSounds),// sndMelonImpact
   837             (FileName:          'melonimpact.ogg'; Path: ptSounds),// sndMelonImpact
   837             (FileName:             'Droplet1.ogg'; Path: ptSounds),// sndDroplet1
   838             (FileName:             'Droplet1.ogg'; Path: ptSounds),// sndDroplet1
   838             (FileName:             'Droplet2.ogg'; Path: ptSounds),// sndDroplet2
   839             (FileName:             'Droplet2.ogg'; Path: ptSounds),// sndDroplet2
   839             (FileName:             'Droplet3.ogg'; Path: ptSounds),// sndDroplet3
   840             (FileName:             'Droplet3.ogg'; Path: ptSounds),// sndDroplet3
   840             (FileName:                         ''; Path: ptSounds),// sndEggBreak
   841             (FileName:                         ''; Path: ptSounds),// sndEggBreak
   841             (FileName:             'drillgun.ogg'; Path: ptSounds) // sndDrillRocket
   842             (FileName:             'drillgun.ogg'; Path: ptSounds),// sndDrillRocket
       
   843             (FileName:          'PoisonCough.ogg'; Path: ptVoices),// sndPoisonCough
       
   844             (FileName:           'PoisonMoan.ogg'; Path: ptVoices),// sndPoisonMoan
       
   845             (FileName:             'BirdyLay.ogg'; Path: ptSounds),// sndBirdyLay
       
   846             (FileName:              'Whistle.ogg'; Path: ptSounds) // sndWhistle
   842             );
   847             );
   843 
   848 
   844     Ammoz: array [TAmmoType] of record
   849     Ammoz: array [TAmmoType] of record
   845             NameId: TAmmoStrId;
   850             NameId: TAmmoStrId;
   846             NameTex: PTexture;
   851             NameTex: PTexture;