52 |
52 |
53 TGearsType = set of TGearType; |
53 TGearsType = set of TGearType; |
54 |
54 |
55 TSound = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease, |
55 TSound = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease, |
56 sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact, |
56 sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact, |
57 sndMineTick, sndPickhammer, sndGun); |
57 sndMineTick, sndPickhammer, sndGun, sndUFO); |
58 |
58 |
59 TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
59 TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
60 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, |
60 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, |
61 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
61 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
62 amGirder, amTeleport, amSwitch); |
62 amGirder, amTeleport, amSwitch); |
344 (FileName: 'shotgunreload.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndShotgunReload |
344 (FileName: 'shotgunreload.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndShotgunReload |
345 (FileName: 'shotgunfire.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndShotgunFire |
345 (FileName: 'shotgunfire.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndShotgunFire |
346 (FileName: 'graveimpact.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndGraveImpact |
346 (FileName: 'graveimpact.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndGraveImpact |
347 (FileName: 'minetick.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndMineTicks |
347 (FileName: 'minetick.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndMineTicks |
348 (FileName: 'pickhammer.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndPickhammer |
348 (FileName: 'pickhammer.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndPickhammer |
349 (FileName: 'gun.ogg'; Path: ptSounds; id: nil; lastChan: 0) // sndGun |
349 (FileName: 'gun.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndGun |
|
350 (FileName: 'ufo.ogg'; Path: ptSounds; id: nil; lastChan: 0) // sndUFO |
350 ); |
351 ); |
351 |
352 |
352 Ammoz: array [TAmmoType] of record |
353 Ammoz: array [TAmmoType] of record |
353 NameId: TAmmoStrId; |
354 NameId: TAmmoStrId; |
354 Probability, NumberInCase: Longword; |
355 Probability, NumberInCase: Longword; |