54 TGearsType = set of TGearType; |
54 TGearsType = set of TGearType; |
55 |
55 |
56 TSound = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease, |
56 TSound = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease, |
57 sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact, |
57 sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact, |
58 sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2, |
58 sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2, |
59 sndJump3, sndYesSir, sndLaugh); |
59 sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming); |
60 |
60 |
61 TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
61 TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
62 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, |
62 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, |
63 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
63 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
64 amGirder, amTeleport, amSwitch); |
64 amGirder, amTeleport, amSwitch); |
361 (FileName: 'ufo.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndUFO |
361 (FileName: 'ufo.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndUFO |
362 (FileName: 'Jump1.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump1 |
362 (FileName: 'Jump1.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump1 |
363 (FileName: 'Jump2.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump2 |
363 (FileName: 'Jump2.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump2 |
364 (FileName: 'Jump3.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump3 |
364 (FileName: 'Jump3.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndJump3 |
365 (FileName: 'Yessir.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndYesSir |
365 (FileName: 'Yessir.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndYesSir |
366 (FileName: 'Laugh.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndLaugh |
366 (FileName: 'Laugh.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndLaugh |
|
367 (FileName: 'Illgetyou.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndIllGetYou |
|
368 (FileName: 'Incoming.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndIncoming |
367 ); |
369 ); |
368 |
370 |
369 Ammoz: array [TAmmoType] of record |
371 Ammoz: array [TAmmoType] of record |
370 NameId: TAmmoStrId; |
372 NameId: TAmmoStrId; |
371 Probability, NumberInCase: Longword; |
373 Probability, NumberInCase: Longword; |