hedgewars/GSHandlers.inc
changeset 3431 e36dffdf7b82
parent 3428 46a2694867bc
child 3440 dee31c5149e0
--- a/hedgewars/GSHandlers.inc	Thu May 06 02:00:39 2010 +0000
+++ b/hedgewars/GSHandlers.inc	Thu May 06 03:12:42 2010 +0000
@@ -1937,9 +1937,6 @@
 else begin
     PlaySound(sndPlaced);
     DeleteGear(Gear);
-    //Using these two instead means girder stays active without needing to reselect it
-    //OnUsedAmmo(PHedgehog(HHGear^.Hedgehog)^);
-    //ApplyAmmoChanges(PHedgehog(HHGear^.Hedgehog)^)
     AfterAttack;
     end;