Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
aacbe93d
Commit
aacbe93d
authored
Sep 22, 2015
by
Zach
Browse files
Merge pull request #1540 from ctrlaltca/remove_unused_sounds
Removed unused sound names
parents
b8732a54
2df50f57
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/soundengine.cpp
View file @
aacbe93d
...
...
@@ -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"
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment