diff -r 3a7862405c36 -r b4ad20bfe310 hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Wed Nov 10 03:08:14 2010 +0100 +++ b/hedgewars/GSHandlers.inc Tue Nov 09 22:40:38 2010 -0500 @@ -3087,11 +3087,11 @@ or ((Gear^.Message and gmAttack) <> 0) then begin with HHGear^ do - begin + begin Message := 0; Active := true; State := State or gstMoving - end; + end; DeleteGear(Gear); isCursorVisible := false; ApplyAmmoChanges(PHedgehog(HHGear^.Hedgehog)^); @@ -3100,7 +3100,7 @@ // Gear^.Tex:= RenderStringTex(trmsg[sidFuel] + ': ' + inttostr(round(Gear^.Health / 20)) + '%', cWhiteColor, fntSmall) //AddCaption(trmsg[sidFuel]+': '+inttostr(round(Gear^.Health/20))+'%', cWhiteColor, capgrpAmmostate); - end + end end; ////////////////////////////////////////////////////////////////////////////////