Renamed match endgame sound.

This commit is contained in:
Patrick Fairbank
2014-08-23 22:38:55 -07:00
parent fe660e9b4f
commit 1ae8f178cb
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -123,7 +123,7 @@
<audio id="match-end" src="/static/audio/match_end.wav" type="audio/wav" preload="auto" />
<audio id="match-abort" src="/static/audio/match_abort.mp3" type="audio/mp3" preload="auto" />
<audio id="match-resume" src="/static/audio/match_resume.wav" type="audio/wav" preload="auto" />
<audio id="match-endgame" src="/static/audio/GetToTheChoppa.wav" type="audio/wav" preload="auto" />
<audio id="match-endgame" src="/static/audio/match_endgame.wav" type="audio/wav" preload="auto" />
<script src="/static/js/lib/jquery.min.js"></script>
<script src="/static/js/lib/jquery.json-2.4.min.js"></script>
<script src="/static/js/lib/jquery.websocket-0.0.1.js"></script>