hedgewars/uConsts.pas
changeset 866 ac6f6c95c23f
parent 865 a4a5ec6c61d4
child 867 dc7901b1120e
equal deleted inserted replaced
865:a4a5ec6c61d4 866:ac6f6c95c23f
    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);
    65                    sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret);
    66 
    66 
    67      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    67      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    68                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch,
    68                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch,
    69                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    69                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    70                    amGirder, amTeleport, amSwitch);
    70                    amGirder, amTeleport, amSwitch);
   400                 (FileName:    'Firstblood.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndFirstBlood
   400                 (FileName:    'Firstblood.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndFirstBlood
   401                 (FileName:        'Boring.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndBoring
   401                 (FileName:        'Boring.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndBoring
   402                 (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
   403                 (FileName:      'Sameteam.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndSameTeam
   404                 (FileName:        'Nutter.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndNutter
   404                 (FileName:        'Nutter.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndNutter
   405                 (FileName:'Reinforcements.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndReinforce
   405                 (FileName:'Reinforcements.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndReinforce
       
   406                 (FileName:       'Traitor.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndTraitor
       
   407                 (FileName:'Youllregretthat.ogg';Path: ptVoices; id: nil; lastChan: 0) // sndRegret
   406                 );
   408                 );
   407 
   409 
   408       Ammoz: array [TAmmoType] of record
   410       Ammoz: array [TAmmoType] of record
   409                                   NameId: TAmmoStrId;
   411                                   NameId: TAmmoStrId;
   410                                   NameTex: PTexture;
   412                                   NameTex: PTexture;