hedgewars/uLocale.pas
changeset 520 e83dfb7ffead
parent 409 4f1841929ccc
child 534 92fb2b0d5117
equal deleted inserted replaced
519:981df6f6e2a9 520:e83dfb7ffead
    20 interface
    20 interface
    21 type TAmmoStrId = (sidGrenade, sidClusterBomb, sidBazooka, sidUFO, sidShotgun,
    21 type TAmmoStrId = (sidGrenade, sidClusterBomb, sidBazooka, sidUFO, sidShotgun,
    22                    sidPickHammer, sidSkip, sidRope, sidMine, sidDEagle,
    22                    sidPickHammer, sidSkip, sidRope, sidMine, sidDEagle,
    23                    sidDynamite, sidBaseballBat, sidFirePunch, sidSeconds,
    23                    sidDynamite, sidBaseballBat, sidFirePunch, sidSeconds,
    24                    sidParachute, sidAirAttack, sidMineStrike, sidBlowTorch,
    24                    sidParachute, sidAirAttack, sidMineStrike, sidBlowTorch,
    25                    sidGirder);
    25                    sidGirder, sidTeleport);
    26 
    26 
    27      TMsgStrId = (sidStartFight, sidDraw, sidWinner, sidVolume, sidPaused);
    27      TMsgStrId = (sidStartFight, sidDraw, sidWinner, sidVolume, sidPaused);
    28 
    28 
    29 var trammo: array[TAmmoStrId] of string;
    29 var trammo: array[TAmmoStrId] of string;
    30     trmsg: array[TMsgStrId] of string;
    30     trmsg: array[TMsgStrId] of string;