121 sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4, |
121 sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4, |
122 sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket, |
122 sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket, |
123 sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater, |
123 sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater, |
124 sndPiano0, sndPiano1, sndPiano2, sndPiano3, sndPiano4, sndPiano5, sndPiano6, sndPiano7, sndPiano8, |
124 sndPiano0, sndPiano1, sndPiano2, sndPiano3, sndPiano4, sndPiano5, sndPiano6, sndPiano7, sndPiano8, |
125 sndSkip, sndSineGun, sndOoff1, sndOoff2, sndOoff3, sndWhack, |
125 sndSkip, sndSineGun, sndOoff1, sndOoff2, sndOoff3, sndWhack, |
126 sndComeonthen); |
126 sndComeonthen, sndParachute, sndBump); |
127 |
127 |
128 TAmmoType = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, // 6 |
128 TAmmoType = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, // 6 |
129 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, // 13 |
129 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, // 13 |
130 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, // 18 |
130 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, // 18 |
131 amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake, // 24 |
131 amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake, // 24 |
916 (FileName: 'melonimpact.ogg'; Path: ptSounds),// sndMelonImpact |
916 (FileName: 'melonimpact.ogg'; Path: ptSounds),// sndMelonImpact |
917 (FileName: 'Droplet1.ogg'; Path: ptSounds),// sndDroplet1 |
917 (FileName: 'Droplet1.ogg'; Path: ptSounds),// sndDroplet1 |
918 (FileName: 'Droplet2.ogg'; Path: ptSounds),// sndDroplet2 |
918 (FileName: 'Droplet2.ogg'; Path: ptSounds),// sndDroplet2 |
919 (FileName: 'Droplet3.ogg'; Path: ptSounds),// sndDroplet3 |
919 (FileName: 'Droplet3.ogg'; Path: ptSounds),// sndDroplet3 |
920 (FileName: 'egg.ogg'; Path: ptSounds),// sndEggBreak |
920 (FileName: 'egg.ogg'; Path: ptSounds),// sndEggBreak |
921 (FileName: 'pickhammer.ogg'; Path: ptSounds),// sndDrillRocket |
921 (FileName: 'drillgun.ogg'; Path: ptSounds),// sndDrillRocket |
922 (FileName: 'PoisonCough.ogg'; Path: ptVoices),// sndPoisonCough |
922 (FileName: 'PoisonCough.ogg'; Path: ptVoices),// sndPoisonCough |
923 (FileName: 'PoisonMoan.ogg'; Path: ptVoices),// sndPoisonMoan |
923 (FileName: 'PoisonMoan.ogg'; Path: ptVoices),// sndPoisonMoan |
924 (FileName: 'BirdyLay.ogg'; Path: ptSounds),// sndBirdyLay |
924 (FileName: 'BirdyLay.ogg'; Path: ptSounds),// sndBirdyLay |
925 (FileName: 'Whistle.ogg'; Path: ptSounds),// sndWhistle |
925 (FileName: 'Whistle.ogg'; Path: ptSounds),// sndWhistle |
926 (FileName: 'beewater.ogg'; Path: ptSounds),// sndBeeWater |
926 (FileName: 'beewater.ogg'; Path: ptSounds),// sndBeeWater |
937 (FileName: 'shotgunfire.ogg'; Path: ptSounds),// sndSineGun |
937 (FileName: 'shotgunfire.ogg'; Path: ptSounds),// sndSineGun |
938 (FileName: 'Ooff1.ogg'; Path: ptVoices),// sndOoff1 |
938 (FileName: 'Ooff1.ogg'; Path: ptVoices),// sndOoff1 |
939 (FileName: 'Ooff2.ogg'; Path: ptVoices),// sndOoff2 |
939 (FileName: 'Ooff2.ogg'; Path: ptVoices),// sndOoff2 |
940 (FileName: 'Ooff3.ogg'; Path: ptVoices),// sndOoff3 |
940 (FileName: 'Ooff3.ogg'; Path: ptVoices),// sndOoff3 |
941 (FileName: 'whipcrack.ogg'; Path: ptSounds),// sndWhack |
941 (FileName: 'whipcrack.ogg'; Path: ptSounds),// sndWhack |
942 (FileName: 'Comeonthen.ogg'; Path: ptVoices) // sndComeonthen |
942 (FileName: 'Comeonthen.ogg'; Path: ptVoices),// sndComeonthen |
|
943 (FileName: 'parachute.ogg'; Path: ptSounds),// sndParachute |
|
944 (FileName: 'bump.ogg'; Path: ptSounds) // sndBump |
943 ); |
945 ); |
944 |
946 |
945 Ammoz: array [TAmmoType] of record |
947 Ammoz: array [TAmmoType] of record |
946 NameId: TAmmoStrId; |
948 NameId: TAmmoStrId; |
947 NameTex: PTexture; |
949 NameTex: PTexture; |