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

Race edf: Fix automatic nextid assignment breaking #554

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

lotsofs
Copy link
Contributor

@lotsofs lotsofs commented Oct 8, 2024

Duplicating a checkpoint with a nextid set would point that clone to the same checkpoint which resulted in multiple checkpoints pointing to another resulting in stray checkpoints.

When deleted checkpoints are in play and a new checkpoint was created, it would be automatically pointed to by said deleted checkpoint instead of an existing one, resulting in stray checkpoint sequences.

Fixed both. New checkpoints are now placed after the existing sequence as expected.

Duplicating a checkpoint with a nextid set would point that clone to the same checkpoint which resulted in multiple checkpoints pointing to another resulting in stray checkpoints.

When deleted checkpoints are in play and a new checkpoint was created, it would be automatically pointed to by said deleted checkpoint instead of an existing one, resulting in stray checkpoint sequences.

Fixed both.
Copy link
Contributor

@Nico8340 Nico8340 left a comment

Choose a reason for hiding this comment

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

LGTM

@jlillis jlillis merged commit 2c695a9 into multitheftauto:master Oct 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants