mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 03:51:46 +00:00
Changed popup sound
This commit is contained in:
parent
aedba38ca5
commit
3085b9b749
1 changed files with 1 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ struct DjuiPopup* djui_popup_create(const char* message, int lines) {
|
|||
|
||||
sPopupListY -= height + 4;
|
||||
djui_popup_add_to_list(popup);
|
||||
play_sound(SOUND_MENU_MESSAGE_APPEAR, gDefaultSoundArgs);
|
||||
play_sound(SOUND_MENU_PINCH_MARIO_FACE, gDefaultSoundArgs);
|
||||
return popup;
|
||||
}
|
||||
|
||||
|
|
@ -88,7 +88,6 @@ void djui_popup_update(void) {
|
|||
djui_base_destroy(&node->popup->base);
|
||||
free(node);
|
||||
node = next;
|
||||
play_sound(SOUND_MENU_MESSAGE_DISAPPEAR, gDefaultSoundArgs);
|
||||
continue;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue