mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-15 09:00:39 -08:00
Removed unused sound names
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user