hedgewars/uConsts.pas
changeset 2347 3c25c1f6180e
parent 2327 4832b77ec958
child 2357 babe1a55e284
equal deleted inserted replaced
2346:f07fd1ac2c48 2347:3c25c1f6180e
   801 			PosSprite: sprWater),
   801 			PosSprite: sprWater),
   802 			(NameId: sidSkip;
   802 			(NameId: sidSkip;
   803 			NameTex: nil;
   803 			NameTex: nil;
   804 			Probability: 0;
   804 			Probability: 0;
   805 			NumberInCase: 1;
   805 			NumberInCase: 1;
   806 			Ammo: (Propz: ammoprop_DontHold;
   806 			Ammo: (Propz: ammoprop_NoCrosshair or
       
   807 							ammoprop_DontHold;
   807 					Count: AMMO_INFINITE;
   808 					Count: AMMO_INFINITE;
   808 					NumPerTurn: 0;
   809 					NumPerTurn: 0;
   809 					Timer: 0;
   810 					Timer: 0;
   810 					Pos: 0;
   811 					Pos: 0;
   811 					AmmoType: amSkip);
   812 					AmmoType: amSkip);