hedgewars/uGears.pas
changeset 2407 9f413bd5150e
parent 2391 f7d15d9d643c
child 2424 b52344de23ae
--- a/hedgewars/uGears.pas	Tue Oct 06 16:30:08 2009 +0000
+++ b/hedgewars/uGears.pas	Wed Oct 07 14:37:42 2009 +0000
@@ -1296,7 +1296,7 @@
 
 procedure DrawRope(Gear: PGear);
 var roplen: LongInt;
-	i: LongInt;
+	i: Longword;
 
 	procedure DrawRopeLine(X1, Y1, X2, Y2: LongInt);
 	var  eX, eY, dX, dY: LongInt;