hedgewars/uConsts.pas
changeset 1111 25d0ca2e4a7d
parent 1109 87c44c14fdd4
child 1118 caf47265d03f
equal deleted inserted replaced
1110:3660bbfc1cba 1111:25d0ca2e4a7d
    66                    sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
    66                    sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
    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 
    73 
    73      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    74      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    74                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
    75                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
    75                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    76                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    76                    amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake);
    77                    amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake);
   473                 (FileName:'Youllregretthat.ogg';Path: ptVoices; id: nil; lastChan: 0),// sndRegret
   474                 (FileName:'Youllregretthat.ogg';Path: ptVoices; id: nil; lastChan: 0),// sndRegret
   474                 (FileName:     'Enemydown.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndEnemyDown
   475                 (FileName:     'Enemydown.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndEnemyDown
   475                 (FileName:        'Coward.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndCoward
   476                 (FileName:        'Coward.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndCoward
   476                 (FileName:         'Hurry.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndHurry
   477                 (FileName:         'Hurry.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndHurry
   477                 (FileName:       'Watchit.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndWatchIt
   478                 (FileName:       'Watchit.ogg'; Path: ptVoices; id: nil; lastChan: 0),// sndWatchIt
   478                 (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
   479                 );
   481                 );
   480 
   482 
   481       Ammoz: array [TAmmoType] of record
   483       Ammoz: array [TAmmoType] of record
   482                                   NameId: TAmmoStrId;
   484                                   NameId: TAmmoStrId;
   483                                   NameTex: PTexture;
   485                                   NameTex: PTexture;