Engine:
authorsmxx
Tue, 09 Feb 2010 14:30:59 +0000
changeset 2780 11e5e6335b17
parent 2779 e1ae0019d43f
child 2781 49e57c09985c
Engine: * Added victory.ogg as sndVictory (only used in to-be-commited training right now)
hedgewars/uConsts.pas
--- 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