hedgewars/uConsts.pas
changeset 2262 0dc94341bf42
parent 2258 3dd028604cfd
child 2292 87af4ad0ec98
--- a/hedgewars/uConsts.pas	Tue Jul 14 20:02:07 2009 +0000
+++ b/hedgewars/uConsts.pas	Wed Jul 15 00:35:59 2009 +0000
@@ -93,15 +93,15 @@
 			sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6,
 			sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack,
 			sndRideOfTheValkyries, sndDenied, sndPlaced, sndBaseballBat, 
-			sndVaporize, sndWarp, sndSuddenDeath);
+			sndVaporize, sndWarp, sndSuddenDeath, sndMortar);
 
 	TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
 			amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
 			amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
 			amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
 			amSeduction, amWatermelon, amHellishBomb, amNapalm, amDrill, amBallgun, 
-            amRCPlane, amLowGravity, amExtraDamage, amInvulnerable, amExtraTime,
-            amLaserSight, amVampiric, amSniperRifle, amJetpack);
+            		amRCPlane, amLowGravity, amExtraDamage, amInvulnerable, amExtraTime,
+            		amLaserSight, amVampiric, amSniperRifle, amJetpack);
 
 	THWFont = (fnt16, fntBig, fntSmall);
 
@@ -663,7 +663,8 @@
 			(FileName:          'baseballbat.ogg'; Path: ptSounds),// sndBaseballBat
 			(FileName:                'steam.ogg'; Path: ptSounds),// sndVaporize
 			(FileName:                 'warp.ogg'; Path: ptSounds),// sndWarp
-			(FileName:          'suddendeath.ogg'; Path: ptSounds) // sndSuddenDeath
+			(FileName:          'suddendeath.ogg'; Path: ptSounds),// sndSuddenDeath
+			(FileName:               'mortar.ogg'; Path: ptSounds) // sndMortar
 			);
 
 	Ammoz: array [TAmmoType] of record