diff -r a69c73c5d173 -r 2610ad7c6d6c 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;