Commit aacbe93d authored by Zach's avatar Zach
Browse files

Merge pull request #1540 from ctrlaltca/remove_unused_sounds

Removed unused sound names
parents b8732a54 2df50f57
...@@ -171,8 +171,7 @@ void SoundEngine::themeChangedSlot() ...@@ -171,8 +171,7 @@ void SoundEngine::themeChangedSlot()
// Spectator // Spectator
<< "spectator_join" << "spectator_leave" << "spectator_join" << "spectator_leave"
// Chat & UI // Chat & UI
<< "chat_mention" << "all_mention" << "private_message" << "chat_mention" << "all_mention" << "private_message";
<< "end_step" << "tap" << "player_joined" << "attack";
for (int i = 0; i < fileNames.size(); ++i) { for (int i = 0; i < fileNames.size(); ++i) {
if(!dir.exists(fileNames[i] + ".wav")) if(!dir.exists(fileNames[i] + ".wav"))
......
Supports Markdown
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