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

Fix compile error in Object Creator #58207

Merged
merged 1 commit into from
Jun 6, 2022
Merged

Fix compile error in Object Creator #58207

merged 1 commit into from
Jun 6, 2022

Conversation

BrettDong
Copy link
Member

Summary

None

Purpose of change

The enum entry sound_t::_LAST was renamed to sound_t::LAST in #58200, but Object Creator still references to the old name.

Describe the solution

Update _LAST to LAST in Object Creator.

Describe alternatives you've considered

Testing

Additional context

@github-actions github-actions bot added the [C++] Changes (can be) made in C++. Previously named `Code` label Jun 6, 2022
@BrettDong BrettDong added the Code: Build Issues regarding different builds and build environments label Jun 6, 2022
@github-actions github-actions bot added the json-styled JSON lint passed, label assigned by github actions label Jun 6, 2022
@BrettDong BrettDong added the astyled astyled PR, label is assigned by github actions label Jun 6, 2022
@ZhilkinSerg ZhilkinSerg merged commit a22139b into master Jun 6, 2022
@BrettDong BrettDong deleted the obj-creator branch June 6, 2022 11:04
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions [C++] Changes (can be) made in C++. Previously named `Code` Code: Build Issues regarding different builds and build environments json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants