Skip to content

Commit

Permalink
Merge pull request scp-fs2open#6311 from Goober5000/fix_waypoint_marking
Browse files Browse the repository at this point in the history
fix waypoint marking
  • Loading branch information
Goober5000 authored Aug 24, 2024
2 parents 38f8943 + 332ccbc commit ff69743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fred2/fredview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ void CFREDView::OnUpdateViewGrid(CCmdUI* pCmdUI)
void CFREDView::OnViewWaypoints()
{
Show_waypoints = !Show_waypoints;
correct_marking();
Update_window = 1;
}

Expand Down

0 comments on commit ff69743

Please sign in to comment.