diff -r 77f326c7f0ef -r 5657cd89668d hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Sun Dec 28 15:57:10 2008 +0000 +++ b/hedgewars/GSHandlers.inc Sun Dec 28 15:58:40 2008 +0000 @@ -666,6 +666,9 @@ tx:= tx * len; // rope vector plus hedgehog direction vector normalized ty:= ty * len; +Gear^.dX:= tx; // for visual purposes only +Gear^.dY:= ty; + haveDivided:= false; // check whether rope needs dividing len:= _1 / Distance(ropeDx, ropeDy); // old rope pos