mirror of
https://github.com/open-goal/jak-project
synced 2026-06-18 07:26:06 -04:00
749611d47c
CreateChildSound did not check for nullptr return from soundbank::make_handler, which would happen for sounds with no grains. Prevent further problems with this by switching to optional instead of passing nullptr.