hedgewars/GSHandlers.inc
changeset 6156 baf30b1a7a75
parent 6155 930c3be58e1e
child 6251 5cd33711afb9
--- a/hedgewars/GSHandlers.inc	Wed Oct 19 21:53:39 2011 -0400
+++ b/hedgewars/GSHandlers.inc	Wed Oct 19 22:32:26 2011 -0400
@@ -2433,7 +2433,7 @@
     AllInactive := false;
     HHGear := Gear^.Hedgehog^.Gear;
     DeleteCI(HHGear);
-    HHGear^.X := int2hwFloat(hwRound(HHGear^.X)) - _0_5;
+    //HHGear^.X := int2hwFloat(hwRound(HHGear^.X)) - _0_5; WTF?
     HHGear^.dX := SignAs(cLittle, Gear^.dX);
 
     HHGear^.dY := - _0_3;