hedgewars/GSHandlers.inc
branch0.9.14
changeset 4300 02582c825081
parent 4253 160f987a5d9f
child 4311 636122c968ce
child 4317 ba5d5a2f4c4b
equal deleted inserted replaced
4298:68b29fb094e1 4300:02582c825081
  1225             haveDivided := true;
  1225             haveDivided := true;
  1226             break
  1226             break
  1227             end;
  1227             end;
  1228         nx := nx - tx;
  1228         nx := nx - tx;
  1229         ny := ny - ty;
  1229         ny := ny - ty;
  1230         lx := hwRound(nx);
  1230 
  1231         ly := hwRound(ny);
       
  1232         // len := len - _0_3 // should be the same as increase step
  1231         // len := len - _0_3 // should be the same as increase step
  1233         len.QWordValue := len.QWordValue - _0_3.QWordValue;
  1232         len.QWordValue := len.QWordValue - _0_3.QWordValue;
  1234         end;
  1233         end;
  1235 
  1234 
  1236     if not haveDivided then
  1235     if not haveDivided then