--- a/hedgewars/uCollisions.pas Sun Dec 26 15:30:24 2010 -0500
+++ b/hedgewars/uCollisions.pas Sun Dec 26 15:37:43 2010 -0500
@@ -103,7 +103,7 @@
mx:= hwRound(Gear^.X);
my:= hwRound(Gear^.Y);
-tr:= Gear^.Radius;
+tr:= Gear^.Radius + 2;
for i:= 0 to Pred(Count) do
with cinfos[i] do