hedgewars/uConsts.pas
changeset 3119 6e081232b8a8
parent 3118 1320933fd651
child 3123 b0a02930a1dc
equal deleted inserted replaced
3118:1320933fd651 3119:6e081232b8a8
   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);
   117             sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket);
   118 
   118 
   119     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer,
   119     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer,
   120             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
   120             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
   121             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
   121             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
   122             amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
   122             amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
   798             (FileName:           'Firepunch2.ogg'; Path: ptVoices),// sndFirepunch2
   798             (FileName:           'Firepunch2.ogg'; Path: ptVoices),// sndFirepunch2
   799             (FileName:           'Firepunch3.ogg'; Path: ptVoices),// sndFirepunch3
   799             (FileName:           'Firepunch3.ogg'; Path: ptVoices),// sndFirepunch3
   800             (FileName:           'Firepunch4.ogg'; Path: ptVoices),// sndFirepunch4
   800             (FileName:           'Firepunch4.ogg'; Path: ptVoices),// sndFirepunch4
   801             (FileName:           'Firepunch5.ogg'; Path: ptVoices),// sndFirepunch5
   801             (FileName:           'Firepunch5.ogg'; Path: ptVoices),// sndFirepunch5
   802             (FileName:           'Firepunch6.ogg'; Path: ptVoices),// sndFirepunch6
   802             (FileName:           'Firepunch6.ogg'; Path: ptVoices),// sndFirepunch6
   803             (FileName:                'Melon.ogg'; Path: ptSounds),// sndMelon
   803             (FileName:                'Melon.ogg'; Path: ptVoices),// sndMelon
   804             (FileName:              'Hellish.ogg'; Path: ptSounds),// sndHellish
   804             (FileName:              'Hellish.ogg'; Path: ptSounds),// sndHellish
   805             (FileName:               'Yoohoo.ogg'; Path: ptSounds),// sndYoohoo
   805             (FileName:               'Yoohoo.ogg'; Path: ptSounds),// sndYoohoo
   806             (FileName:              'rcplane.ogg'; Path: ptSounds),// sndRCPlane
   806             (FileName:              'rcplane.ogg'; Path: ptSounds),// sndRCPlane
   807             (FileName:            'whipcrack.ogg'; Path: ptSounds),// sndWhipCrack
   807             (FileName:            'whipcrack.ogg'; Path: ptSounds),// sndWhipCrack
   808             (FileName:'ride_of_the_valkyries.ogg'; Path: ptSounds),// sndRideOfTheValkyries
   808             (FileName:'ride_of_the_valkyries.ogg'; Path: ptSounds),// sndRideOfTheValkyries
   835             (FileName:             'hell_ugh.ogg'; Path: ptSounds),// sndHellishImpact4
   835             (FileName:             'hell_ugh.ogg'; Path: ptSounds),// sndHellishImpact4
   836             (FileName:          'melonimpact.ogg'; Path: ptSounds),// sndMelonImpact
   836             (FileName:          'melonimpact.ogg'; Path: ptSounds),// sndMelonImpact
   837             (FileName:             'Droplet1.ogg'; Path: ptSounds),// sndDroplet1
   837             (FileName:             'Droplet1.ogg'; Path: ptSounds),// sndDroplet1
   838             (FileName:             'Droplet2.ogg'; Path: ptSounds),// sndDroplet2
   838             (FileName:             'Droplet2.ogg'; Path: ptSounds),// sndDroplet2
   839             (FileName:             'Droplet3.ogg'; Path: ptSounds),// sndDroplet3
   839             (FileName:             'Droplet3.ogg'; Path: ptSounds),// sndDroplet3
   840             (FileName:                         ''; Path: ptSounds) // sndEggBreak
   840             (FileName:                         ''; Path: ptSounds),// sndEggBreak
       
   841             (FileName:             'drillgun.ogg'; Path: ptSounds) // sndDrillRocket
   841             );
   842             );
   842 
   843 
   843     Ammoz: array [TAmmoType] of record
   844     Ammoz: array [TAmmoType] of record
   844             NameId: TAmmoStrId;
   845             NameId: TAmmoStrId;
   845             NameTex: PTexture;
   846             NameTex: PTexture;