--- a/hedgewars/uLocale.pas Fri Oct 27 22:14:02 2006 +0000
+++ b/hedgewars/uLocale.pas Sat Oct 28 12:56:04 2006 +0000
@@ -20,7 +20,8 @@
interface
type TAmmoStrId = (sidGrenade, sidClusterBomb, sidBazooka, sidUFO, sidShotgun,
sidPickHammer, sidSkip, sidRope, sidMine, sidDEagle,
- sidDynamite, sidBaseballBat, sidFirePunch, sidSeconds);
+ sidDynamite, sidBaseballBat, sidFirePunch, sidSeconds,
+ sidParachute);
TMsgStrId = (sidStartFight, sidDraw, sidWinner, sidVolume);
var trammo: array[TAmmoStrId] of string;
trmsg: array[TMsgStrId] of string;