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; |