--- a/hedgewars/uLocale.pas Wed Sep 27 20:13:29 2006 +0000
+++ b/hedgewars/uLocale.pas Wed Sep 27 20:52:22 2006 +0000
@@ -36,7 +36,7 @@
type TAmmoStrId = (sidGrenade, sidClusterBomb, sidBazooka, sidUFO, sidShotgun,
sidPickHammer, sidSkip, sidRope, sidMine, sidDEagle,
sidDynamite, sidBaseballBat, sidFirePunch, sidSeconds);
- TMsgStrId = (sidStartFight, sidDraw, sidWinner);
+ TMsgStrId = (sidStartFight, sidDraw, sidWinner, sidVolume);
var trammo: array[TAmmoStrId] of string;
trmsg: array[TMsgStrId] of string;