mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-22 22:44:42 -04:00
Disable Title AUDIO_SPEC set when scene changes for now.
This commit is contained in:
@@ -109,7 +109,8 @@ u8 Load_SceneSetup(u8 sceneId, u8 sceneSetup) {
|
||||
case SCENE_TITLE:
|
||||
changeScene = Load_SceneFiles(&sOvlmenu_Title[sceneSetup]);
|
||||
if (changeScene == true) {
|
||||
AUDIO_SET_SPEC(SFXCHAN_0, AUDIOSPEC_22);
|
||||
// Causes audio hang for a few seconds when going from the menu to the title
|
||||
// AUDIO_SET_SPEC(SFXCHAN_0, AUDIOSPEC_22);
|
||||
}
|
||||
break;
|
||||
case SCENE_MENU:
|
||||
|
||||
Reference in New Issue
Block a user