Commit d9dc67aa authored by nanahira's avatar nanahira

move music hints

parent 47367ae6
......@@ -1192,7 +1192,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
break;
}
//playing custom bgm
case 11: { //HINT_MUSIC
case 21: { //HINT_MUSIC
char BGMName[1024];
if (data) {
myswprintf(textBuffer, L"./sound/BGM/custom/%ls.mp3", dataManager.GetDesc(data));
......@@ -1204,7 +1204,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
break;
}
//playing custom sound effect
case 12: { //HINT_SOUND
case 22: { //HINT_SOUND
char SoundName[1024];
if (data) {
myswprintf(textBuffer, L"./sound/custom/%ls.wav", dataManager.GetDesc(data));
......@@ -1216,7 +1216,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
break;
}
//playing custom bgm in ogg format
case 13: { //HINT_MUSIC_OGG
case 23: { //HINT_MUSIC_OGG
char BGMName[1024];
if (data) {
myswprintf(textBuffer, L"./sound/BGM/custom/%ls.ogg", dataManager.GetDesc(data));
......
Subproject commit 8cf8c51347da2356e80e4ac81d8da21869ab0a05
Subproject commit 048acc22717689614b42ca099af21cebbec3cba3
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