# HG changeset patch # User unc0rr # Date 1289679201 -10800 # Node ID 02582c825081d745247da6f190c9452bdad9afaa # Parent 68b29fb094e19e7fe0c87c945931b2a6a3f28576 Apply 2610ad7c6d6c to branch too 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;