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

proper 3-soundbank fixes #32

Merged
merged 2 commits into from
Sep 12, 2022
Merged

proper 3-soundbank fixes #32

merged 2 commits into from
Sep 12, 2022

Conversation

dallmeyer
Copy link
Contributor

think this should fix everything in #28

Comment on lines +7 to +16
constexpr int N_BANKS = 4;
SoundBank* gBanks[N_BANKS];
SoundBank gCommonBank;
SoundBank gLevelBank[3];

void sbank_init_globals() {
gBanks[0] = &gCommonBank;
gBanks[1] = &gLevelBank[0];
gBanks[2] = &gLevelBank[1];
gBanks[3] = &gLevelBank[2];
Copy link
Contributor Author

@dallmeyer dallmeyer Sep 12, 2022

Choose a reason for hiding this comment

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

all the c++ changes are in these lines

@Zedb0T Zedb0T merged commit 6129328 into Zedb0T:main Sep 12, 2022
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