64 sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact, |
64 sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact, |
65 sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2, |
65 sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2, |
66 sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming, |
66 sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming, |
67 sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye, |
67 sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye, |
68 sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret, |
68 sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret, |
69 sndEnemyDown, sndCoward, sndHurry, sndWatchIt); |
69 sndEnemyDown, sndCoward, sndHurry, sndWatchIt, sndKamikaze); |
70 |
70 |
71 TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
71 TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
72 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, |
72 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, |
73 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
73 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
74 amGirder, amTeleport, amSwitch, amMortar, amKamikaze); |
74 amGirder, amTeleport, amSwitch, amMortar, amKamikaze); |
432 (FileName: 'Traitor.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndTraitor |
432 (FileName: 'Traitor.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndTraitor |
433 (FileName:'Youllregretthat.ogg';Path: ptVoices; id: nil; lastChan: 0),// sndRegret |
433 (FileName:'Youllregretthat.ogg';Path: ptVoices; id: nil; lastChan: 0),// sndRegret |
434 (FileName: 'Enemydown.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndEnemyDown |
434 (FileName: 'Enemydown.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndEnemyDown |
435 (FileName: 'Coward.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndCoward |
435 (FileName: 'Coward.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndCoward |
436 (FileName: 'Hurry.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndHurry |
436 (FileName: 'Hurry.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndHurry |
437 (FileName: 'Watchit.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndWatchIt |
437 (FileName: 'Watchit.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndWatchIt |
|
438 (FileName: 'Kamikaze.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndKamikaze |
438 ); |
439 ); |
439 |
440 |
440 Ammoz: array [TAmmoType] of record |
441 Ammoz: array [TAmmoType] of record |
441 NameId: TAmmoStrId; |
442 NameId: TAmmoStrId; |
442 NameTex: PTexture; |
443 NameTex: PTexture; |