Add sound when match result is shown (closes #120).

This commit is contained in:
Patrick Fairbank
2022-04-30 14:40:39 -07:00
parent d4d4292b6f
commit 8962b48f3e
4 changed files with 29 additions and 6 deletions

View File

@@ -69,5 +69,11 @@ func UpdateMatchSounds() {
-1,
false,
},
{
"match_result",
"wav",
-1,
false,
},
}
}