120 sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity, |
120 sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity, |
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 |
127 |
127 TAmmoType = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, |
128 TAmmoType = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, |
128 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, |
129 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, |
129 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
130 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
130 amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake, |
131 amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake, |
935 (FileName: 'skip.ogg'; Path: ptSounds),// sndSkip |
936 (FileName: 'skip.ogg'; Path: ptSounds),// sndSkip |
936 (FileName: 'shotgunfire.ogg'; Path: ptSounds),// sndSineGun |
937 (FileName: 'shotgunfire.ogg'; Path: ptSounds),// sndSineGun |
937 (FileName: 'Ooff1.ogg'; Path: ptVoices),// sndOoff1 |
938 (FileName: 'Ooff1.ogg'; Path: ptVoices),// sndOoff1 |
938 (FileName: 'Ooff2.ogg'; Path: ptVoices),// sndOoff2 |
939 (FileName: 'Ooff2.ogg'; Path: ptVoices),// sndOoff2 |
939 (FileName: 'Ooff3.ogg'; Path: ptVoices),// sndOoff3 |
940 (FileName: 'Ooff3.ogg'; Path: ptVoices),// sndOoff3 |
940 (FileName: 'whipcrack.ogg'; Path: ptSounds) // sndWhack |
941 (FileName: 'whipcrack.ogg'; Path: ptSounds),// sndWhack |
|
942 (FileName: 'Comeonthen.ogg'; Path: ptVoices) // sndComeonthen |
941 ); |
943 ); |
942 |
944 |
943 Ammoz: array [TAmmoType] of record |
945 Ammoz: array [TAmmoType] of record |
944 NameId: TAmmoStrId; |
946 NameId: TAmmoStrId; |
945 NameTex: PTexture; |
947 NameTex: PTexture; |