diff -r 68b29fb094e1 -r 02582c825081 hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Sat Nov 13 23:09:24 2010 +0300 +++ b/hedgewars/GSHandlers.inc Sat Nov 13 23:13:21 2010 +0300 @@ -1227,8 +1227,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;