--- a/hedgewars/uLocale.pas Wed Nov 29 15:47:32 2006 +0000
+++ b/hedgewars/uLocale.pas Wed Nov 29 20:33:07 2006 +0000
@@ -21,8 +21,10 @@
type TAmmoStrId = (sidGrenade, sidClusterBomb, sidBazooka, sidUFO, sidShotgun,
sidPickHammer, sidSkip, sidRope, sidMine, sidDEagle,
sidDynamite, sidBaseballBat, sidFirePunch, sidSeconds,
- sidParachute, sidAirAttack);
+ sidParachute, sidAirAttack, sidMineStrike);
+
TMsgStrId = (sidStartFight, sidDraw, sidWinner, sidVolume, sidPaused);
+
var trammo: array[TAmmoStrId] of string;
trmsg: array[TMsgStrId] of string;