Skip to content

Commit

Permalink
HAMT: fix (short) mid-air stuttering due to premature return
Browse files Browse the repository at this point in the history
  • Loading branch information
rtri committed Feb 15, 2016
1 parent 5778cde commit efb8d7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rts/Sim/MoveTypes/HoverAirMoveType.cpp
Expand Up @@ -465,8 +465,6 @@ void CHoverAirMoveType::UpdateFlying()
wantedHeight = orgWantedHeight;
SetState(AIRCRAFT_LANDING);
}

return;
} break;

case FLY_CIRCLING: {
Expand Down

3 comments on commit efb8d7e

@ashdnazg
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Superb!

@rtri
Copy link
Contributor Author

@rtri rtri commented on efb8d7e Feb 15, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw, do we want to push an RC3 or jump straight to release?

@ashdnazg
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought of doing RC3 first, to give opportunity for https://springrts.com/mantis/view.php?id=5088 to reappear.
If it doesn't after a short while => release.

Please sign in to comment.