author | unc0rr |
Sat, 13 Nov 2010 23:13:21 +0300 | |
branch | 0.9.14 |
changeset 4300 | 02582c825081 |
parent 4298 | 68b29fb094e1 |
child 4302 | 842586e6bd7f |
--- 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;