# HG changeset patch # User unc0rr # Date 1289670146 -10800 # Node ID 2610ad7c6d6cd5c35e58307636193b5144eac879 # Parent a69c73c5d173fa29cf2e00f3f75d2222d0afcada Optimization fail fixed 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;