* Remove yet some other useless sounds: ID_SOUND_HELP, ID_SOUND_BARB_SCREAM2, ID_SOUND_BARB_SCREAM3
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3270 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
76b66c8271
commit
de264ad804
|
@ -410,10 +410,7 @@ audio_module
|
|||
|
||||
/*Miscellaneous*/
|
||||
|
||||
audio "help.ogg" oneshot 100 1800
|
||||
audio "scream.ogg" oneshot 100 1800
|
||||
audio "scream2.ogg" oneshot 100 1800
|
||||
audio "scream3.ogg" oneshot 100 1800
|
||||
audio "silence.ogg" oneshot 100 1800
|
||||
|
||||
/*Extra*/
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -332,10 +332,7 @@ file WAV "steam.ogg"
|
|||
file WAV "ecmtower.ogg"
|
||||
file WAV "freroar.ogg"
|
||||
directory "audio/sfx/misc"
|
||||
file WAV "help.ogg"
|
||||
file WAV "scream.ogg"
|
||||
file WAV "scream2.ogg"
|
||||
file WAV "scream3.ogg"
|
||||
file WAV "silence.ogg"
|
||||
directory "audio/extra"
|
||||
file WAV "lndgzne.ogg"
|
||||
|
|
|
@ -435,10 +435,7 @@ static AUDIO_ID_MAP asAudioID[] =
|
|||
|
||||
/* Misc */
|
||||
|
||||
{ID_SOUND_HELP, "help.ogg"},
|
||||
{ID_SOUND_BARB_SCREAM, "scream.ogg"},
|
||||
{ID_SOUND_BARB_SCREAM2, "scream2.ogg"},
|
||||
{ID_SOUND_BARB_SCREAM3, "scream3.ogg"},
|
||||
{ID_SOUND_OF_SILENCE, "silence.ogg"},
|
||||
|
||||
/* Extra */
|
||||
|
|
|
@ -424,10 +424,7 @@ typedef enum
|
|||
|
||||
/* Misc */
|
||||
|
||||
ID_SOUND_HELP,
|
||||
ID_SOUND_BARB_SCREAM,
|
||||
ID_SOUND_BARB_SCREAM2,
|
||||
ID_SOUND_BARB_SCREAM3,
|
||||
ID_SOUND_OF_SILENCE,
|
||||
|
||||
/* Extra */
|
||||
|
|
Loading…
Reference in New Issue