Oops
authorunc0rr
Tue, 22 Apr 2008 12:41:14 +0000
changeset 857 43912f139db1
parent 856 beecc5c5c71c
child 858 5005a485f103
Oops
hedgewars/uGears.pas
--- a/hedgewars/uGears.pas	Tue Apr 22 12:40:43 2008 +0000
+++ b/hedgewars/uGears.pas	Tue Apr 22 12:41:14 2008 +0000
@@ -866,7 +866,6 @@
                        DeleteCI(t);
                        t^.dX:= t^.dX + Gear^.dX * dmg * _0_01 + SignAs(cHHKick, Gear^.dX);
                        t^.dY:= t^.dY + Gear^.dY * dmg * _0_01;
-writelntoconsole('after ('+floattostr(t^.dx)+','+floattostr(t^.dy)+')');
                        t^.State:= t^.State or gstMoving;
                        t^.Active:= true;
                        FollowGear:= t