Set radius for clusters of clusterbomb
authorunc0rr
Thu, 08 May 2008 12:04:13 +0000
changeset 910 8d5f3fef4ac2
parent 909 122c1b57bbf3
child 911 b709fe13ed69
Set radius for clusters of clusterbomb
hedgewars/uGears.pas
--- a/hedgewars/uGears.pas	Wed May 07 14:59:59 2008 +0000
+++ b/hedgewars/uGears.pas	Thu May 08 12:04:13 2008 +0000
@@ -271,6 +271,7 @@
                 Result^.Elasticity:= _0_6;
                 Result^.Friction:= _0_995;
                 end;
+     gtCluster: Result^.Radius:= 2;
       gtShover: Result^.Radius:= 20;
        gtFlame: begin
                 Result^.Angle:= Counter mod 64;