hedgewars/GSHandlers.inc
changeset 4233 b4ad20bfe310
parent 4224 99c6d87df131
child 4246 e5cb885492df
child 4251 4b7d3507d175
--- 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;
 
 ////////////////////////////////////////////////////////////////////////////////