hedgewars/uGears.pas
changeset 2407 9f413bd5150e
parent 2391 f7d15d9d643c
child 2424 b52344de23ae
equal deleted inserted replaced
2406:2e757b32991e 2407:9f413bd5150e
  1294 	end
  1294 	end
  1295 end;
  1295 end;
  1296 
  1296 
  1297 procedure DrawRope(Gear: PGear);
  1297 procedure DrawRope(Gear: PGear);
  1298 var roplen: LongInt;
  1298 var roplen: LongInt;
  1299 	i: LongInt;
  1299 	i: Longword;
  1300 
  1300 
  1301 	procedure DrawRopeLine(X1, Y1, X2, Y2: LongInt);
  1301 	procedure DrawRopeLine(X1, Y1, X2, Y2: LongInt);
  1302 	var  eX, eY, dX, dY: LongInt;
  1302 	var  eX, eY, dX, dY: LongInt;
  1303 		i, sX, sY, x, y, d: LongInt;
  1303 		i, sX, sY, x, y, d: LongInt;
  1304 		b: boolean;
  1304 		b: boolean;