--- a/hedgewars/uLocale.pas Thu Nov 23 19:48:39 2006 +0000
+++ b/hedgewars/uLocale.pas Thu Nov 23 20:10:42 2006 +0000
@@ -21,7 +21,7 @@
type TAmmoStrId = (sidGrenade, sidClusterBomb, sidBazooka, sidUFO, sidShotgun,
sidPickHammer, sidSkip, sidRope, sidMine, sidDEagle,
sidDynamite, sidBaseballBat, sidFirePunch, sidSeconds,
- sidParachute);
+ sidParachute, sidAirAttack);
TMsgStrId = (sidStartFight, sidDraw, sidWinner, sidVolume);
var trammo: array[TAmmoStrId] of string;
trmsg: array[TMsgStrId] of string;