Commit c4a90631 authored by mercury233's avatar mercury233

Merge branch 'sound' into link

parents fe3a2554 57c8c2a1
......@@ -123,7 +123,7 @@ public:
void CloseDuelWindow();
void PlaySoundEffect(int sound);
void PlayMusic(char* song, bool loop);
void PlayBGM(int mode);
void PlayBGM(int scene);
int LocalPlayer(int player);
const wchar_t* LocalName(int local_player);
......
......@@ -27,7 +27,7 @@ draw_field_spell = 1
separate_clear_button = 1
#auto_search_limit >= 0: Start search automatically when the user enters N chars.
auto_search_limit = 0
prompt_to_discard_deck_changes = 1
ignore_deck_changes = 0
enable_sound = 1
enable_music = 1
#Volume of sound and music, between 0 and 100
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment