49 sprClusterBomb, sprClusterParticle, sprFlame, sprHorizont, |
49 sprClusterBomb, sprClusterParticle, sprFlame, sprHorizont, |
50 sprSky); |
50 sprSky); |
51 TGearType = (gtCloud, gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, |
51 TGearType = (gtCloud, gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, |
52 gtGrave, gtUFO, gtShotgunShot, gtActionTimer, gtPickHammer, gtRope, |
52 gtGrave, gtUFO, gtShotgunShot, gtActionTimer, gtPickHammer, gtRope, |
53 gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite, |
53 gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite, |
54 gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame); |
54 gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame, |
|
55 gtFirePunch); |
55 TGearsType = set of TGearType; |
56 TGearsType = set of TGearType; |
56 TSound = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease, sndSplash, |
57 TSound = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease, sndSplash, |
57 sndShotgunReload, sndShotgunFire, sndGraveImpact, sndMineTick); |
58 sndShotgunReload, sndShotgunFire, sndGraveImpact, sndMineTick); |
58 TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, amSkip, amRope, |
59 TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
59 amMine, amDEagle, amDynamite, amBaseballBat); |
60 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, |
|
61 amBaseballBat); |
60 THWFont = (fnt16, fntBig); |
62 THWFont = (fnt16, fntBig); |
61 THHFont = record |
63 THHFont = record |
62 Handle: PTTF_Font; |
64 Handle: PTTF_Font; |
63 Height: integer; |
65 Height: integer; |
64 Name: string[15]; |
66 Name: string[15]; |