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