Merge pull request #3 from JJRcop/comma-period-silence

Background sound removed from period and comma sounds, also they are now Vorbis
This commit is contained in:
Giacom
2013-10-30 12:05:03 -07:00
5 changed files with 2 additions and 2 deletions
@@ -2,8 +2,8 @@
// Dynamically loading it has bad results with sounds overtaking each other, even with the wait variable.
#ifdef AI_VOX
var/list/vox_sounds = list("," = 'sound/vox_fem/,.wav',
"." = 'sound/vox_fem/..wav',
var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg',
"." = 'sound/vox_fem/..ogg',
"a" = 'sound/vox_fem/a.ogg',
"abortions" = 'sound/vox_fem/abortions.ogg',
"accelerating" = 'sound/vox_fem/accelerating.ogg',
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.