mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -04:00
40b088a02f
Fixes https://github.com/open-goal/jak-project/issues/2635 by zeroing out the volume of the VAG command on the first chunk upload. This isn't a "true" fix because I'm only addressing the symptom instead of the actual problem. But this did allow me to complete Mountain Temple without a single chirp of static from the `mtn-step-plat-rocks` explosion sounds. They were completely silent until I hit their buttons. All other sounds in the game, to my untrained ears, sounded unaffected. As an additional concern, I clear the IOP threads' `waitType` whenever their `state` is set to Ready. This didn't seem to affect the sound bug, but it seemed to be "the right thing to do." Will happily remove this from the PR if it's deemed unnecessary, extraneous, or ought to be addressed separately.