lolwut
authornemo
Wed, 19 Oct 2011 22:32:26 -0400
changeset 6156 baf30b1a7a75
parent 6155 930c3be58e1e
child 6157 9c474b8a8b5e
lolwut
hedgewars/GSHandlers.inc
--- 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;