hedgewars/uConsts.pas
changeset 863 dfa3aa51ecb5
parent 853 0b4a23795530
child 864 024369e09a53
equal deleted inserted replaced
862:7c82903753a4 863:dfa3aa51ecb5
    59 
    59 
    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);
    64                    sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye);
    65 
    65 
    66      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    66      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    67                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch,
    67                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch,
    68                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    68                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    69                    amGirder, amTeleport, amSwitch);
    69                    amGirder, amTeleport, amSwitch);
   394                 (FileName:         'Laugh.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndLaugh
   394                 (FileName:         'Laugh.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndLaugh
   395                 (FileName:     'Illgetyou.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndIllGetYou
   395                 (FileName:     'Illgetyou.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndIllGetYou
   396                 (FileName:      'Incoming.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndIncoming
   396                 (FileName:      'Incoming.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndIncoming
   397                 (FileName:        'Missed.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndMissed
   397                 (FileName:        'Missed.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndMissed
   398                 (FileName:        'Stupid.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndStupid
   398                 (FileName:        'Stupid.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndStupid
   399                 (FileName:    'Firstblood.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndFirstBlood
   399                 (FileName:    'Firstblood.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndFirstBlood
       
   400                 (FileName:        'Boring.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndBoring
       
   401                 (FileName:        'Byebye.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndByeBye
   400                 );
   402                 );
   401 
   403 
   402       Ammoz: array [TAmmoType] of record
   404       Ammoz: array [TAmmoType] of record
   403                                   NameId: TAmmoStrId;
   405                                   NameId: TAmmoStrId;
   404                                   NameTex: PTexture;
   406                                   NameTex: PTexture;