hedgewars/uConsts.pas
changeset 2780 11e5e6335b17
parent 2762 2fbc8d35eb52
child 2825 db7c35a0e9c1
--- a/hedgewars/uConsts.pas	Tue Feb 09 14:24:25 2010 +0000
+++ b/hedgewars/uConsts.pas	Tue Feb 09 14:30:59 2010 +0000
@@ -106,7 +106,7 @@
 			sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter,
 			sndHomerun, sndMolotov, sndWalking, sndCover, sndUhOh,
 			sndOops, sndNooo, sndHello, sndRopeShot, sndRopeAttach,
-			sndRopeRelease, sndSwitchHog);
+			sndRopeRelease, sndSwitchHog, sndVictory);
 
 	TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
 			amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
@@ -752,7 +752,8 @@
 			(FileName:                         ''; Path: ptSounds),// sndRopeShot
 			(FileName:                         ''; Path: ptSounds),// sndRopeAttach
 			(FileName:                         ''; Path: ptSounds),// sndRopeRelease
-			(FileName:            'switchhog.ogg'; Path: ptSounds) // sndSwitchHog
+			(FileName:            'switchhog.ogg'; Path: ptSounds),// sndSwitchHog
+			(FileName:              'victory.ogg'; Path: ptVoices) // sndSwitchHog
 			);
 
 	Ammoz: array [TAmmoType] of record