hedgewars/uConsts.pas
changeset 865 a4a5ec6c61d4
parent 864 024369e09a53
child 866 ac6f6c95c23f
equal deleted inserted replaced
864:024369e09a53 865:a4a5ec6c61d4
    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                    sndSameTeam, sndNutter, sndReinforce);
    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);
   399                 (FileName:        'Stupid.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndStupid
   399                 (FileName:        'Stupid.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndStupid
   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                 );
   406                 );
   406 
   407 
   407       Ammoz: array [TAmmoType] of record
   408       Ammoz: array [TAmmoType] of record
   408                                   NameId: TAmmoStrId;
   409                                   NameId: TAmmoStrId;
   409                                   NameTex: PTexture;
   410                                   NameTex: PTexture;