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 music not automatically playing when using shareware iwad. #505

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

PeterN
Copy link
Contributor

@PeterN PeterN commented Aug 23, 2024

Fix music not automatically playing when using a shareware iwad.

musinfo is not tested or parsed for shareware iwads, but the musinfo list was not set appropriately.

This meant that when later trying to playing the music, an attempt is made to play an invalid music lump, which fails.

prboom2/src/p_setup.c Outdated Show resolved Hide resolved
musinfo is not tested or parsed for shareware iwads, but the musinfo list was not set appropriately.
Copy link
Owner

@kraflab kraflab left a comment

Choose a reason for hiding this comment

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

Thanks 👍

@kraflab kraflab merged commit 801db0a into kraflab:master Aug 23, 2024
4 checks passed
@PeterN PeterN deleted the shareware-music branch August 23, 2024 18:03
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