hedgewars/uScript.pas
changeset 9291 15f7bb217b66
parent 9285 8e8b908970c2
child 9387 6478ed9ead25
child 9642 8a691e0f117a
--- a/hedgewars/uScript.pas	Thu Jun 27 15:51:20 2013 +0400
+++ b/hedgewars/uScript.pas	Thu Jun 27 14:01:43 2013 -0400
@@ -1489,7 +1489,7 @@
             gear^.X:= int2hwfloat(x);
             gear^.Y:= int2hwfloat(y);
             if col then
-                AddGearCI(gear);
+                AddCI(gear);
             SetAllToActive
             end
         end;