69 sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2, |
69 sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2, |
70 sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming, |
70 sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming, |
71 sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye, |
71 sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye, |
72 sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret, |
72 sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret, |
73 sndEnemyDown, sndCoward, sndHurry, sndWatchIt, sndKamikaze, |
73 sndEnemyDown, sndCoward, sndHurry, sndWatchIt, sndKamikaze, |
74 sndCake, sndOw1, sndOw4); |
74 sndCake, sndOw1, sndOw4, sndFirePunch1, sndFirePunch2, |
|
75 sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6, |
|
76 sndMelon, sndHellish); |
75 |
77 |
76 TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
78 TAmmoType = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
77 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, |
79 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, |
78 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
80 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
79 amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake, |
81 amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake, |
488 (FileName: 'Hurry.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndHurry |
490 (FileName: 'Hurry.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndHurry |
489 (FileName: 'Watchit.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndWatchIt |
491 (FileName: 'Watchit.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndWatchIt |
490 (FileName: 'Kamikaze.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndKamikaze |
492 (FileName: 'Kamikaze.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndKamikaze |
491 (FileName: 'cake2.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndCake |
493 (FileName: 'cake2.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndCake |
492 (FileName: 'Ow1.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndOw1 |
494 (FileName: 'Ow1.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndOw1 |
493 (FileName: 'Ow4.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndOw4 |
495 (FileName: 'Ow4.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndOw4 |
|
496 (FileName: 'Firepunch1.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndFirepunch1 |
|
497 (FileName: 'Firepunch2.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndFirepunch2 |
|
498 (FileName: 'Firepunch3.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndFirepunch3 |
|
499 (FileName: 'Firepunch4.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndFirepunch4 |
|
500 (FileName: 'Firepunch5.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndFirepunch5 |
|
501 (FileName: 'Firepunch6.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndFirepunch6 |
|
502 (FileName: 'Melon.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndMelon |
|
503 (FileName: 'Hellish.ogg'; Path: ptSounds; id: nil; lastChan: 0) // sndHellish |
494 ); |
504 ); |
495 |
505 |
496 Ammoz: array [TAmmoType] of record |
506 Ammoz: array [TAmmoType] of record |
497 NameId: TAmmoStrId; |
507 NameId: TAmmoStrId; |
498 NameTex: PTexture; |
508 NameTex: PTexture; |