hedgewars/uTypes.pas
branchwebgl
changeset 9127 e350500c4edb
parent 8833 c13ebed437cb
parent 9080 9b42757d7e71
child 9197 e4e366013e9a
equal deleted inserted replaced
8860:bde641cf53c8 9127:e350500c4edb
     1 (*
     1 (*
     2  * Hedgewars, a free turn based strategy game
     2  * Hedgewars, a free turn based strategy game
     3  * Copyright (c) 2004-2012 Andrey Korotaev <unC0Rr@gmail.com>
     3  * Copyright (c) 2004-2013 Andrey Korotaev <unC0Rr@gmail.com>
     4  *
     4  *
     5  * This program is free software; you can redistribute it and/or modify
     5  * This program is free software; you can redistribute it and/or modify
     6  * it under the terms of the GNU General Public License as published by
     6  * it under the terms of the GNU General Public License as published by
     7  * the Free Software Foundation; version 2 of the License
     7  * the Free Software Foundation; version 2 of the License
     8  *
     8  *
   139             sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4,
   139             sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4,
   140             sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket,
   140             sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket,
   141             sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater,
   141             sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater,
   142             sndPiano0, sndPiano1, sndPiano2, sndPiano3, sndPiano4, sndPiano5, sndPiano6, sndPiano7, sndPiano8,
   142             sndPiano0, sndPiano1, sndPiano2, sndPiano3, sndPiano4, sndPiano5, sndPiano6, sndPiano7, sndPiano8,
   143             sndSkip, sndSineGun, sndOoff1, sndOoff2, sndOoff3, sndWhack,
   143             sndSkip, sndSineGun, sndOoff1, sndOoff2, sndOoff3, sndWhack,
   144             sndComeonthen, sndParachute, sndBump, sndResurrector, sndPlane, sndTardis);
   144             sndComeonthen, sndParachute, sndBump, sndResurrector, sndPlane, sndTardis, sndFrozenHogImpact, sndIceBeam, sndHogFreeze
       
   145             );
   145 
   146 
   146     // Available ammo types to be used by hedgehogs
   147     // Available ammo types to be used by hedgehogs
   147     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, // 6
   148     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, // 6
   148             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, // 13
   149             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, // 13
   149             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, // 18
   150             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, // 18