hedgewars/uConsts.pas
changeset 1123 ed713652afae
parent 1118 caf47265d03f
child 1125 87937426031b
equal deleted inserted replaced
1122:e46678a16961 1123:ed713652afae
    67                    sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2,
    67                    sndMineTick, sndPickhammer, sndGun, sndUFO, sndJump1, sndJump2,
    68                    sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming,
    68                    sndJump3, sndYesSir, sndLaugh, sndIllGetYou, sndIncoming,
    69                    sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye,
    69                    sndMissed, sndStupid, sndFirstBlood, sndBoring, sndByeBye,
    70                    sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret,
    70                    sndSameTeam, sndNutter, sndReinforce, sndTraitor, sndRegret,
    71                    sndEnemyDown, sndCoward, sndHurry, sndWatchIt, sndKamikaze,
    71                    sndEnemyDown, sndCoward, sndHurry, sndWatchIt, sndKamikaze,
    72                    sndCake);
    72                    sndCake, sndOw1, sndOw4);
    73 
    73 
    74      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    74      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    75                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
    75                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
    76                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    76                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    77                    amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake);
    77                    amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake);
   475                 (FileName:     'Enemydown.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndEnemyDown
   475                 (FileName:     'Enemydown.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndEnemyDown
   476                 (FileName:        'Coward.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndCoward
   476                 (FileName:        'Coward.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndCoward
   477                 (FileName:         'Hurry.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndHurry
   477                 (FileName:         'Hurry.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndHurry
   478                 (FileName:       'Watchit.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndWatchIt
   478                 (FileName:       'Watchit.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndWatchIt
   479                 (FileName:      'Kamikaze.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndKamikaze
   479                 (FileName:      'Kamikaze.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndKamikaze
   480                 (FileName:         'cake2.ogg'; Path: ptSounds; id: nil; lastChan: 0) // sndCake
   480                 (FileName:         'cake2.ogg'; Path: ptSounds; id: nil; lastChan: 0),// sndCake
       
   481                 (FileName:           'Ow1.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndOw1
       
   482                 (FileName:           'Ow4.ogg'; Path: ptVoices; id: nil; lastChan: 0) // sndOw4
   481                 );
   483                 );
   482 
   484 
   483       Ammoz: array [TAmmoType] of record
   485       Ammoz: array [TAmmoType] of record
   484                                   NameId: TAmmoStrId;
   486                                   NameId: TAmmoStrId;
   485                                   NameTex: PTexture;
   487                                   NameTex: PTexture;