Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace waypoint pointers with waypoint indexes #6359

Merged

Commits on Sep 21, 2024

  1. replace waypoint pointers with waypoint indexes

    Several locations in the code (notably `ai_info` and `waypoint_h`) previously stored pointers for waypoints and waypoint lists that need to be valid for more than one frame.  Since both waypoint lists and waypoint paths may change size, resulting in vector reallocation, the information should be stored as indexes instead.
    
    Fixes scp-fs2open#6353.
    Goober5000 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    385bf49 View commit details
    Browse the repository at this point in the history