Optimization fail fixed
authorunc0rr
Sat, 13 Nov 2010 20:42:26 +0300
changeset 4312 2610ad7c6d6c
parent 4309 a69c73c5d173
child 4315 7d0c90cf9936
Optimization fail fixed
hedgewars/GSHandlers.inc
--- a/hedgewars/GSHandlers.inc	Sat Nov 13 09:36:26 2010 -0500
+++ b/hedgewars/GSHandlers.inc	Sat Nov 13 20:42:26 2010 +0300
@@ -1261,8 +1261,7 @@
             end;
         nx := nx - tx;
         ny := ny - ty;
-        lx := hwRound(nx);
-        ly := hwRound(ny);
+
         // len := len - _0_3 // should be the same as increase step
         len.QWordValue := len.QWordValue - _0_3.QWordValue;
         end;