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

Added per-game ability to skip initial n commands #160

Merged

Conversation

droscoe
Copy link
Contributor

@droscoe droscoe commented Sep 13, 2023

This feature was added to allow authors to specify a number of sound commands to skip at startup. This was added to address the issue where commands are received at initialization that are valid during play, but not valid during initialization. We don't want to ignore the command later during runtime, but we don't want to play sounds during initialization. By specifying a skip count, 'n' commands are skipped initially, and then handled as expected once the skip count reaches 0.

@toxieainc toxieainc merged commit 74b0a05 into vpinball:master Sep 14, 2023
37 checks 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.

2 participants