equal
deleted
inserted
replaced
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); |