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
2df50f57
Commit
2df50f57
authored
Sep 20, 2015
by
Fabio Bas
Browse files
Removed unused sound names
parent
ead6ab3a
Changes
1
Show whitespace changes
Inline
Side-by-side
cockatrice/src/soundengine.cpp
View file @
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"
))
...
...
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