hedgewars/uTeams.pas
changeset 2608 cebfea02f8b5
parent 2599 c7153d2348f3
child 2619 bc2786a00fb8
--- a/hedgewars/uTeams.pas	Mon Nov 09 18:44:09 2009 +0000
+++ b/hedgewars/uTeams.pas	Mon Nov 09 20:29:21 2009 +0000
@@ -46,7 +46,7 @@
 			AmmoStore: Longword;
 			CurSlot, CurAmmo: LongWord;
 			Team: PTeam;
-			AttacksNum: Longword;
+			MultiShootAttacks: Longword;
 			visStepPos: LongWord;
 			BotLevel  : LongWord; // 0 - Human player
 			HatVisibility: GLfloat;
@@ -170,7 +170,7 @@
 with CurrentHedgehog^ do
 	if Gear <> nil then
 		begin
-		AttacksNum:= 0;
+		MultiShootAttacks:= 0;
 		Gear^.Message:= 0;
 		Gear^.Z:= cHHZ;
 		RemoveGearFromList(Gear);