hedgewars/uLocale.pas
changeset 175 d226d976d836
parent 108 08f1fe6f21f8
child 183 57c2ef19f719
--- 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;