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); |
109 sndRopeRelease, sndSwitchHog, sndVictory); |
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, |
750 (FileName: 'Nooo.ogg'; Path: ptVoices),// sndNooo |
750 (FileName: 'Nooo.ogg'; Path: ptVoices),// sndNooo |
751 (FileName: 'Hello.ogg'; Path: ptVoices),// sndHello |
751 (FileName: 'Hello.ogg'; Path: ptVoices),// sndHello |
752 (FileName: ''; Path: ptSounds),// sndRopeShot |
752 (FileName: ''; Path: ptSounds),// sndRopeShot |
753 (FileName: ''; Path: ptSounds),// sndRopeAttach |
753 (FileName: ''; Path: ptSounds),// sndRopeAttach |
754 (FileName: ''; Path: ptSounds),// sndRopeRelease |
754 (FileName: ''; Path: ptSounds),// sndRopeRelease |
755 (FileName: 'switchhog.ogg'; Path: ptSounds) // sndSwitchHog |
755 (FileName: 'switchhog.ogg'; Path: ptSounds),// sndSwitchHog |
|
756 (FileName: 'victory.ogg'; Path: ptVoices) // sndSwitchHog |
756 ); |
757 ); |
757 |
758 |
758 Ammoz: array [TAmmoType] of record |
759 Ammoz: array [TAmmoType] of record |
759 NameId: TAmmoStrId; |
760 NameId: TAmmoStrId; |
760 NameTex: PTexture; |
761 NameTex: PTexture; |