hedgewars/GSHandlers.inc
changeset 3588 eb3b6cc490e1
parent 3585 39570d86de57
child 3591 c447d5218f6f
equal deleted inserted replaced
3586:64ab042084a2 3588:eb3b6cc490e1
  1195             haveDivided := true;
  1195             haveDivided := true;
  1196             break
  1196             break
  1197         end;
  1197         end;
  1198         nx := nx - tx;
  1198         nx := nx - tx;
  1199         ny := ny - ty;
  1199         ny := ny - ty;
  1200         len := len - _0_3 // should be the same as increase step
  1200         // len := len - _0_3 // should be the same as increase step
       
  1201         len.QWordValue := len.QWordValue - _0_3.QWordValue;
  1201     end;
  1202     end;
  1202 
  1203 
  1203     if not haveDivided then
  1204     if not haveDivided then
  1204         if RopePoints.Count > 0 then // check whether the last dividing point could be removed
  1205         if RopePoints.Count > 0 then // check whether the last dividing point could be removed
  1205         begin
  1206         begin