hedgewars/uConsts.pas
changeset 2357 babe1a55e284
parent 2347 3c25c1f6180e
child 2359 76d853f22afa
equal deleted inserted replaced
2356:b756432fd422 2357:babe1a55e284
    93 			sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6,
    93 			sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6,
    94 			sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack,
    94 			sndMelon, sndHellish, sndYoohoo, sndRCPlane, sndWhipCrack,
    95 			sndRideOfTheValkyries, sndDenied, sndPlaced, sndBaseballBat, 
    95 			sndRideOfTheValkyries, sndDenied, sndPlaced, sndBaseballBat, 
    96 			sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter);
    96 			sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter);
    97 
    97 
    98 	TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    98 	TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    99 			amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
    99 			amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
   100 			amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
   100 			amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
   101 			amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
   101 			amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
   102 			amSeduction, amWatermelon, amHellishBomb, amNapalm, amDrill, amBallgun, 
   102 			amSeduction, amWatermelon, amHellishBomb, amNapalm, amDrill, amBallgun, 
   103             		amRCPlane, amLowGravity, amExtraDamage, amInvulnerable, amExtraTime,
   103             		amRCPlane, amLowGravity, amExtraDamage, amInvulnerable, amExtraTime,
   679 			isDamaging: boolean;
   679 			isDamaging: boolean;
   680 			SkipTurns: Longword;
   680 			SkipTurns: Longword;
   681 			PosCount: Longword;
   681 			PosCount: Longword;
   682 			PosSprite: TSprite;
   682 			PosSprite: TSprite;
   683 			end = (
   683 			end = (
       
   684 			(NameId: sidNothing;
       
   685 			NameTex: nil;
       
   686 			Probability: 0;
       
   687 			NumberInCase: 0;
       
   688 			Ammo: (Propz: ammoprop_NoCrosshair or
       
   689 						  ammoprop_DontHold or
       
   690                           ammoprop_Utility;
       
   691 					Count: AMMO_INFINITE;
       
   692 					NumPerTurn: 0;
       
   693 					Timer: 0;
       
   694 					Pos: 0;
       
   695 					AmmoType: amNothing);
       
   696 			Slot: 0;
       
   697 			TimeAfterTurn: 0;
       
   698 			minAngle: 0;
       
   699 			maxAngle: 0;
       
   700 			isDamaging: false;
       
   701 			SkipTurns: 9999;
       
   702 			PosCount: 1;
       
   703 			PosSprite: sprWater),
   684 			(NameId: sidGrenade;
   704 			(NameId: sidGrenade;
   685 			NameTex: nil;
   705 			NameTex: nil;
   686 			Probability: 0;
   706 			Probability: 0;
   687 			NumberInCase: 1;
   707 			NumberInCase: 1;
   688 			Ammo: (Propz: ammoprop_Timerable or
   708 			Ammo: (Propz: ammoprop_Timerable or