Adds a new round end sound (#9698)

* Adds a new round end sound

* Add files via upload

* maybe not remove the backslash
This commit is contained in:
Maxim Nikitin
2020-09-14 14:55:00 -04:00
committed by GitHub
parent 2ff3bcc367
commit 15113bd4be
2 changed files with 2 additions and 1 deletions

View File

@@ -672,7 +672,8 @@ SUBSYSTEM_DEF(ticker)
'sound/roundend/it_never_happened.ogg', // jonathan frakes telling you you're wrong
'sound/roundend/disappointed.ogg',
'sound/roundend/scrunglartiy.ogg',
'sound/roundend/windowsxp.ogg'\
'sound/roundend/windowsxp.ogg',
'sound/roundend/heresy_announced_cut.ogg'\
)
SEND_SOUND(world, sound(round_end_sound))