104 sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack, |
104 sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack, |
105 sndRideOfTheValkyries, sndDenied, sndPlaced, sndBaseballBat, |
105 sndRideOfTheValkyries, sndDenied, sndPlaced, sndBaseballBat, |
106 sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter, |
106 sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter, |
107 sndHomerun, sndMolotov, sndWalking, sndCover, sndUhOh, |
107 sndHomerun, sndMolotov, sndWalking, sndCover, sndUhOh, |
108 sndOops, sndNooo, sndHello, sndRopeShot, sndRopeAttach, |
108 sndOops, sndNooo, sndHello, sndRopeShot, sndRopeAttach, |
109 sndRopeRelease, sndSwitchHog, sndVictory, sndSniperReload); |
109 sndRopeRelease, sndSwitchHog, sndVictory, sndSniperReload, sndSteps); |
110 |
110 |
111 TAmmoType = (amNothing, amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
111 TAmmoType = (amNothing, amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
112 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, |
112 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, |
113 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
113 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
114 amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake, |
114 amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake, |
756 (FileName: ''; Path: ptSounds),// sndRopeShot |
756 (FileName: ''; Path: ptSounds),// sndRopeShot |
757 (FileName: ''; Path: ptSounds),// sndRopeAttach |
757 (FileName: ''; Path: ptSounds),// sndRopeAttach |
758 (FileName: ''; Path: ptSounds),// sndRopeRelease |
758 (FileName: ''; Path: ptSounds),// sndRopeRelease |
759 (FileName: 'switchhog.ogg'; Path: ptSounds),// sndSwitchHog |
759 (FileName: 'switchhog.ogg'; Path: ptSounds),// sndSwitchHog |
760 (FileName: 'victory.ogg'; Path: ptVoices),// sndVictory |
760 (FileName: 'victory.ogg'; Path: ptVoices),// sndVictory |
761 (FileName: 'sniperreload.ogg'; Path: ptSounds) // sndSniperReload |
761 (FileName: 'sniperreload.ogg'; Path: ptSounds),// sndSniperReload |
|
762 (FileName: 'steps.ogg'; Path: ptSounds) // sndSteps |
762 ); |
763 ); |
763 |
764 |
764 Ammoz: array [TAmmoType] of record |
765 Ammoz: array [TAmmoType] of record |
765 NameId: TAmmoStrId; |
766 NameId: TAmmoStrId; |
766 NameTex: PTexture; |
767 NameTex: PTexture; |