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

MxStreamListMxDSAction helper functions #1100

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

disinvite
Copy link
Contributor

MxStreamListMxDSAction::Find has a p_delete parameter that removes the matching item from the STL list. The beta shows that this is not called directly, but aliased by two other functions. Find is now FindInternal and the helper functions are Find and FindAndErase. These names match similar functions we already have for MxStreamListMxNextActionDataStart, but the ones in that class are unique functions. (i.e. the helpers are not part of the main MxStreamList template.)

Relatively small impact from compiler randomness this time. The functions that call Find look to be unaffected.

@foxtacles foxtacles merged commit 4a01d15 into isledecomp:master Sep 6, 2024
16 checks passed
@disinvite disinvite deleted the b-streamlist branch September 6, 2024 20:19
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.

2 participants