hedgewars/GSHandlers.inc
changeset 4312 2610ad7c6d6c
parent 4301 4866cc130b8d
child 4315 7d0c90cf9936
equal deleted inserted replaced
4309:a69c73c5d173 4312:2610ad7c6d6c
  1259             haveDivided := true;
  1259             haveDivided := true;
  1260             break
  1260             break
  1261             end;
  1261             end;
  1262         nx := nx - tx;
  1262         nx := nx - tx;
  1263         ny := ny - ty;
  1263         ny := ny - ty;
  1264         lx := hwRound(nx);
  1264 
  1265         ly := hwRound(ny);
       
  1266         // len := len - _0_3 // should be the same as increase step
  1265         // len := len - _0_3 // should be the same as increase step
  1267         len.QWordValue := len.QWordValue - _0_3.QWordValue;
  1266         len.QWordValue := len.QWordValue - _0_3.QWordValue;
  1268         end;
  1267         end;
  1269 
  1268 
  1270     if not haveDivided then
  1269     if not haveDivided then