hedgewars/uLocale.pas
changeset 924 227f9fcdc2f4
parent 534 92fb2b0d5117
child 925 c20156328529
equal deleted inserted replaced
923:b3d097097b54 924:227f9fcdc2f4
    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, sidTeleport, sidSwitch);
    25                    sidGirder, sidTeleport, sidSwitch, sidMortar);
    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;