minor formatting correction
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2126 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -138,7 +138,8 @@ UninitSound (void)
|
||||
{
|
||||
}
|
||||
|
||||
void SetSFXVolume (float volume)
|
||||
void
|
||||
SetSFXVolume (float volume)
|
||||
{
|
||||
int i;
|
||||
for (i = FIRST_SFX_SOURCE; i <= LAST_SFX_SOURCE; ++i)
|
||||
@@ -147,7 +148,8 @@ void SetSFXVolume (float volume)
|
||||
}
|
||||
}
|
||||
|
||||
void SetSpeechVolume (float volume)
|
||||
void
|
||||
SetSpeechVolume (float volume)
|
||||
{
|
||||
audio_Sourcef (soundSource[SPEECH_SOURCE].handle, audio_GAIN, volume);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user