93 sndCake, sndOw1, sndOw4, sndFirePunch1, sndFirePunch2, |
93 sndCake, sndOw1, sndOw4, sndFirePunch1, sndFirePunch2, |
94 sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6, |
94 sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6, |
95 sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack, |
95 sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack, |
96 sndRideOfTheValkyries, sndDenied, sndPlaced, sndBaseballBat, |
96 sndRideOfTheValkyries, sndDenied, sndPlaced, sndBaseballBat, |
97 sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter, |
97 sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter, |
98 sndHomerun); |
98 sndHomerun, sndMolotov); |
99 |
99 |
100 TAmmoType = (amNothing, amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
100 TAmmoType = (amNothing, amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
101 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, |
101 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, |
102 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
102 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
103 amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake, |
103 amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake, |
696 (FileName: 'baseballbat.ogg'; Path: ptSounds),// sndBaseballBat |
696 (FileName: 'baseballbat.ogg'; Path: ptSounds),// sndBaseballBat |
697 (FileName: 'steam.ogg'; Path: ptSounds),// sndVaporize |
697 (FileName: 'steam.ogg'; Path: ptSounds),// sndVaporize |
698 (FileName: 'warp.ogg'; Path: ptSounds),// sndWarp |
698 (FileName: 'warp.ogg'; Path: ptSounds),// sndWarp |
699 (FileName: 'suddendeath.ogg'; Path: ptSounds),// sndSuddenDeath |
699 (FileName: 'suddendeath.ogg'; Path: ptSounds),// sndSuddenDeath |
700 (FileName: 'mortar.ogg'; Path: ptSounds),// sndMortar |
700 (FileName: 'mortar.ogg'; Path: ptSounds),// sndMortar |
701 (FileName: 'shutterclick.ogg'; Path: ptSounds),// sndShutter |
701 (FileName: 'shutterclick.ogg'; Path: ptSounds),// sndShutter |
702 (FileName: 'homerun.ogg'; Path: ptSounds) // sndHomerun |
702 (FileName: 'homerun.ogg'; Path: ptSounds),// sndHomerun |
|
703 (FileName: 'molotov.ogg'; Path: ptSounds) // sndMolotov |
703 ); |
704 ); |
704 |
705 |
705 Ammoz: array [TAmmoType] of record |
706 Ammoz: array [TAmmoType] of record |
706 NameId: TAmmoStrId; |
707 NameId: TAmmoStrId; |
707 NameTex: PTexture; |
708 NameTex: PTexture; |