hedgewars/uConsts.pas
changeset 1914 aab686a4e0c5
parent 1912 c3d31fb59f0e
child 2005 aa79f631711b
equal deleted inserted replaced
1913:73d2da2df3c2 1914:aab686a4e0c5
    84 			sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret,
    84 			sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret,
    85 			sndEnemyDown, sndCoward, sndHurry, sndWatchIt, sndKamikaze,
    85 			sndEnemyDown, sndCoward, sndHurry, sndWatchIt, sndKamikaze,
    86 			sndCake, sndOw1, sndOw4, sndFirePunch1, sndFirePunch2,
    86 			sndCake, sndOw1, sndOw4, sndFirePunch1, sndFirePunch2,
    87 			sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6,
    87 			sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6,
    88 			sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack,
    88 			sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack,
    89 			sndRideOfTheValkyries);
    89 			sndRideOfTheValkyries, sndDenied, sndPlaced);
    90 
    90 
    91 	TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    91 	TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    92 			amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
    92 			amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
    93 			amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    93 			amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    94 			amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
    94 			amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
   563 			(FileName:                'Melon.ogg'; Path: ptSounds),// sndMelon
   563 			(FileName:                'Melon.ogg'; Path: ptSounds),// sndMelon
   564 			(FileName:              'Hellish.ogg'; Path: ptSounds),// sndHellish
   564 			(FileName:              'Hellish.ogg'; Path: ptSounds),// sndHellish
   565 			(FileName:               'Yoohoo.ogg'; Path: ptSounds),// sndYoohoo
   565 			(FileName:               'Yoohoo.ogg'; Path: ptSounds),// sndYoohoo
   566 			(FileName:              'rcplane.ogg'; Path: ptSounds),// sndRCPlane
   566 			(FileName:              'rcplane.ogg'; Path: ptSounds),// sndRCPlane
   567 			(FileName:            'whipcrack.ogg'; Path: ptSounds),// sndWhipCrack
   567 			(FileName:            'whipcrack.ogg'; Path: ptSounds),// sndWhipCrack
   568 			(FileName:'ride_of_the_valkyries.ogg'; Path: ptSounds) // sndRideOfTheValkyries
   568 			(FileName:'ride_of_the_valkyries.ogg'; Path: ptSounds),// sndRideOfTheValkyries
       
   569 			(FileName:               'denied.ogg'; Path: ptSounds),// sndDenied
       
   570 			(FileName:               'placed.ogg'; Path: ptSounds) // sndPlaced
   569 			);
   571 			);
   570 
   572 
   571 	Ammoz: array [TAmmoType] of record
   573 	Ammoz: array [TAmmoType] of record
   572 			NameId: TAmmoStrId;
   574 			NameId: TAmmoStrId;
   573 			NameTex: PTexture;
   575 			NameTex: PTexture;