hedgewars/GSHandlers.inc
changeset 5692 753ae5d0776c
parent 5690 f6e0c5bd8020
child 5693 24a93bbdb81a
equal deleted inserted replaced
5691:54b12cc39e95 5692:753ae5d0776c
   662 if draw then 
   662 if draw then 
   663     with Gear^ do
   663     with Gear^ do
   664         begin
   664         begin
   665         // we've collided with land. draw some stuff and get back into the clouds
   665         // we've collided with land. draw some stuff and get back into the clouds
   666         move:= true;
   666         move:= true;
   667         if (CurAmmoGear = nil) or (CurAmmoGear^.Kind <> gtRope) then
   667         if (GameTicks > 20) and ((CurAmmoGear = nil) or (CurAmmoGear^.Kind <> gtRope)) then
   668             begin
   668             begin
   669 ////////////////////////////////// TODO - ASK UNC0RR FOR A GOOD HOME FOR THIS ////////////////////////////////////
   669 ////////////////////////////////// TODO - ASK UNC0RR FOR A GOOD HOME FOR THIS ////////////////////////////////////
   670             if not gun then
   670             if not gun then
   671                 begin
   671                 begin
   672                 dec(yy,3);
   672                 dec(yy,3);