hedgewars/uConsts.pas
changeset 2262 0dc94341bf42
parent 2258 3dd028604cfd
child 2292 87af4ad0ec98
equal deleted inserted replaced
2261:57e99c908e7c 2262:0dc94341bf42
    91 			sndEnemyDown, sndCoward, sndHurry, sndWatchIt, sndKamikaze,
    91 			sndEnemyDown, sndCoward, sndHurry, sndWatchIt, sndKamikaze,
    92 			sndCake, sndOw1, sndOw4, sndFirePunch1, sndFirePunch2,
    92 			sndCake, sndOw1, sndOw4, sndFirePunch1, sndFirePunch2,
    93 			sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6,
    93 			sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6,
    94 			sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack,
    94 			sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack,
    95 			sndRideOfTheValkyries, sndDenied, sndPlaced, sndBaseballBat, 
    95 			sndRideOfTheValkyries, sndDenied, sndPlaced, sndBaseballBat, 
    96 			sndVaporize, sndWarp, sndSuddenDeath);
    96 			sndVaporize, sndWarp, sndSuddenDeath, sndMortar);
    97 
    97 
    98 	TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    98 	TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    99 			amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
    99 			amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
   100 			amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
   100 			amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
   101 			amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
   101 			amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
   102 			amSeduction, amWatermelon, amHellishBomb, amNapalm, amDrill, amBallgun, 
   102 			amSeduction, amWatermelon, amHellishBomb, amNapalm, amDrill, amBallgun, 
   103             amRCPlane, amLowGravity, amExtraDamage, amInvulnerable, amExtraTime,
   103             		amRCPlane, amLowGravity, amExtraDamage, amInvulnerable, amExtraTime,
   104             amLaserSight, amVampiric, amSniperRifle, amJetpack);
   104             		amLaserSight, amVampiric, amSniperRifle, amJetpack);
   105 
   105 
   106 	THWFont = (fnt16, fntBig, fntSmall);
   106 	THWFont = (fnt16, fntBig, fntSmall);
   107 
   107 
   108 	TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpVolume,
   108 	TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpVolume,
   109 			capgrpMessage, capgrpAmmostate);
   109 			capgrpMessage, capgrpAmmostate);
   661 			(FileName:               'denied.ogg'; Path: ptSounds),// sndDenied
   661 			(FileName:               'denied.ogg'; Path: ptSounds),// sndDenied
   662 			(FileName:               'placed.ogg'; Path: ptSounds),// sndPlaced
   662 			(FileName:               'placed.ogg'; Path: ptSounds),// sndPlaced
   663 			(FileName:          'baseballbat.ogg'; Path: ptSounds),// sndBaseballBat
   663 			(FileName:          'baseballbat.ogg'; Path: ptSounds),// sndBaseballBat
   664 			(FileName:                'steam.ogg'; Path: ptSounds),// sndVaporize
   664 			(FileName:                'steam.ogg'; Path: ptSounds),// sndVaporize
   665 			(FileName:                 'warp.ogg'; Path: ptSounds),// sndWarp
   665 			(FileName:                 'warp.ogg'; Path: ptSounds),// sndWarp
   666 			(FileName:          'suddendeath.ogg'; Path: ptSounds) // sndSuddenDeath
   666 			(FileName:          'suddendeath.ogg'; Path: ptSounds),// sndSuddenDeath
       
   667 			(FileName:               'mortar.ogg'; Path: ptSounds) // sndMortar
   667 			);
   668 			);
   668 
   669 
   669 	Ammoz: array [TAmmoType] of record
   670 	Ammoz: array [TAmmoType] of record
   670 			NameId: TAmmoStrId;
   671 			NameId: TAmmoStrId;
   671 			NameTex: PTexture;
   672 			NameTex: PTexture;