Subarashii... Subarashiiiii ~

This commit is contained in:
Stiffly
2015-10-19 14:59:05 +02:00
parent f2dab5bd1b
commit cda75de366
11 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ private:
}
else {
Events::PlaySound e;
e.FilePath = "Sounds/GUI/click.wav";
e.FilePath = "Sounds/GUI/click-n.wav";
EventBroker->Publish(e);
}