Menu music added.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user