Menu music added.

This commit is contained in:
Storm Dragon
2026-02-10 19:20:38 -05:00
parent 9ad65a8ac5
commit 7c63bee50d
4 changed files with 86 additions and 12 deletions
+2 -2
View File
@@ -12,6 +12,7 @@ string[] learnSoundSkipList = {
"sounds/quests/bone8.ogg",
"sounds/actions/fishpole.ogg",
"sounds/actions/hit_ground.ogg",
"sounds/menu/",
"sounds/nature/"
};
@@ -206,9 +207,8 @@ void run_learn_sounds_menu() {
string[] labels;
string[] entryPaths;
int[] entryTypes; // 0 = sound, 1 = document
int[] entryTypes; // 0 = sound
add_doc_entries(labels, entryPaths, entryTypes);
add_sound_entries(labels, entryPaths, entryTypes);
if (labels.length() == 0) {