Removed unused sound names

This commit is contained in:
Fabio Bas
2015-09-20 12:08:55 +02:00
parent ead6ab3ad6
commit 2df50f5766

View File

@@ -171,8 +171,7 @@ void SoundEngine::themeChangedSlot()
// Spectator
<< "spectator_join" << "spectator_leave"
// Chat & UI
<< "chat_mention" << "all_mention" << "private_message"
<< "end_step" << "tap" << "player_joined" << "attack";
<< "chat_mention" << "all_mention" << "private_message";
for (int i = 0; i < fileNames.size(); ++i) {
if(!dir.exists(fileNames[i] + ".wav"))