60 TSound = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease, |
60 TSound = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease, |
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); |
66 |
67 |
67 TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
68 TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
68 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, |
69 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, |
69 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
70 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
70 amGirder, amTeleport, amSwitch); |
71 amGirder, amTeleport, amSwitch); |
402 (FileName: 'Byebye.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndByeBye |
403 (FileName: 'Byebye.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndByeBye |
403 (FileName: 'Sameteam.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndSameTeam |
404 (FileName: 'Sameteam.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndSameTeam |
404 (FileName: 'Nutter.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndNutter |
405 (FileName: 'Nutter.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndNutter |
405 (FileName:'Reinforcements.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndReinforce |
406 (FileName:'Reinforcements.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndReinforce |
406 (FileName: 'Traitor.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndTraitor |
407 (FileName: 'Traitor.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndTraitor |
407 (FileName:'Youllregretthat.ogg';Path: ptVoices; id: nil; lastChan: 0) // sndRegret |
408 (FileName:'Youllregretthat.ogg';Path: ptVoices; id: nil; lastChan: 0),// sndRegret |
|
409 (FileName: 'Enemydown.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndEnemyDown |
408 ); |
410 ); |
409 |
411 |
410 Ammoz: array [TAmmoType] of record |
412 Ammoz: array [TAmmoType] of record |
411 NameId: TAmmoStrId; |
413 NameId: TAmmoStrId; |
412 NameTex: PTexture; |
414 NameTex: PTexture; |