61 sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact, |
61 sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact, |
62 sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2, |
62 sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2, |
63 sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming, |
63 sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming, |
64 sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye, |
64 sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye, |
65 sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret, |
65 sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret, |
66 sndEnemyDown, sndCoward, sndHurry); |
66 sndEnemyDown, sndCoward, sndHurry, sndWatchIt); |
67 |
67 |
68 TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
68 TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
69 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, |
69 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, |
70 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
70 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
71 amGirder, amTeleport, amSwitch); |
71 amGirder, amTeleport, amSwitch); |
409 (FileName:'Reinforcements.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndReinforce |
409 (FileName:'Reinforcements.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndReinforce |
410 (FileName: 'Traitor.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndTraitor |
410 (FileName: 'Traitor.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndTraitor |
411 (FileName:'Youllregretthat.ogg';Path: ptVoices; id: nil; lastChan: 0),// sndRegret |
411 (FileName:'Youllregretthat.ogg';Path: ptVoices; id: nil; lastChan: 0),// sndRegret |
412 (FileName: 'Enemydown.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndEnemyDown |
412 (FileName: 'Enemydown.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndEnemyDown |
413 (FileName: 'Coward.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndCoward |
413 (FileName: 'Coward.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndCoward |
414 (FileName: 'Hurry.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndHurry |
414 (FileName: 'Hurry.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndHurry |
|
415 (FileName: 'Watchit.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndWatchIt |
415 ); |
416 ); |
416 |
417 |
417 Ammoz: array [TAmmoType] of record |
418 Ammoz: array [TAmmoType] of record |
418 NameId: TAmmoStrId; |
419 NameId: TAmmoStrId; |
419 NameTex: PTexture; |
420 NameTex: PTexture; |