Engine:
* Added victory.ogg as sndVictory (only used in to-be-commited training right now)
--- 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