changeset 82 | 2f4f3236cccc |
parent 81 | d74e0e914b50 |
child 83 | 207c85fbef51 |
--- a/hedgewars/uLocale.pas Fri Jul 21 20:37:44 2006 +0000 +++ b/hedgewars/uLocale.pas Sun Jul 23 21:22:44 2006 +0000 @@ -35,7 +35,7 @@ interface type TAmmoStrId = (sidGrenade, sidClusterBomb, sidBazooka, sidUFO, sidShotgun, sidPickHammer, sidSkip, sidRope, sidMine, sidDEagle, - sidDynamite, sidBaseballBat); + sidDynamite, sidBaseballBat, sidFirePunch); TMsgStrId = (sidStartFight, sidSeconds); var trammo: array[TAmmoStrId] of shortstring; trmsg: array[TMsgStrId] of shortstring;