mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Removed unused sound names
This commit is contained in:
parent
ead6ab3ad6
commit
2df50f5766
1 changed files with 1 additions and 2 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue