diff -r 0b2c5b22f644 -r d226d976d836 hedgewars/uLocale.pas --- 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;