summaryrefslogtreecommitdiff
path: root/DiscoBot/Audio
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-08-22 21:53:44 +0200
committerTrueDoctor <d-kobert@web.de>2018-08-22 21:53:44 +0200
commitfe1af24f3cda4b94d02e3b2aad68a6c4398362b0 (patch)
tree8524dd20c5cb1357432aee443e964d3bbd690499 /DiscoBot/Audio
parent497a9eded3b785f7f96732c447943cc8bbad284b (diff)
fixed some sound stuff
Diffstat (limited to 'DiscoBot/Audio')
-rw-r--r--DiscoBot/Audio/Soundeffects.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/DiscoBot/Audio/Soundeffects.cs b/DiscoBot/Audio/Soundeffects.cs
index f0d5a9f..919e149 100644
--- a/DiscoBot/Audio/Soundeffects.cs
+++ b/DiscoBot/Audio/Soundeffects.cs
@@ -30,7 +30,7 @@
{
string url = string.Empty;
int volume = 255;
- /*switch (s)
+ switch (s)
{
case "Bell":
case "Ding":
@@ -62,7 +62,7 @@
url = "https://www.myinstants.com/media/sounds/wrong-answer-sound-effect.mp3";
volume = 50;
break;
- }*/
+ }
var tSound = DSA_Game.Save.Properties.Sounds.OrderBy(x => SpellCorrect.CompareEasy(s, x.Name)).First();