hedgewars/GSHandlers.inc
changeset 5692 753ae5d0776c
parent 5690 f6e0c5bd8020
child 5693 24a93bbdb81a
--- a/hedgewars/GSHandlers.inc	Sat Aug 27 12:52:54 2011 -0400
+++ b/hedgewars/GSHandlers.inc	Sat Aug 27 14:54:56 2011 -0400
@@ -664,7 +664,7 @@
         begin
         // we've collided with land. draw some stuff and get back into the clouds
         move:= true;
-        if (CurAmmoGear = nil) or (CurAmmoGear^.Kind <> gtRope) then
+        if (GameTicks > 20) and ((CurAmmoGear = nil) or (CurAmmoGear^.Kind <> gtRope)) then
             begin
 ////////////////////////////////// TODO - ASK UNC0RR FOR A GOOD HOME FOR THIS ////////////////////////////////////
             if not gun then