Master volume from 30% -> 80%
This commit is contained in:
parent
53a0be81ea
commit
b15b1909c6
1 changed files with 4 additions and 1 deletions
|
@ -756,7 +756,7 @@ static void fgIdleFunction ( void ) {
|
||||||
|
|
||||||
audio_sched = new slScheduler ( 8000 );
|
audio_sched = new slScheduler ( 8000 );
|
||||||
audio_mixer = new smMixer;
|
audio_mixer = new smMixer;
|
||||||
audio_mixer -> setMasterVolume ( 30 ) ; /* 50% of max volume. */
|
audio_mixer -> setMasterVolume ( 80 ) ; /* 80% of max volume. */
|
||||||
audio_sched -> setSafetyMargin ( 1.0 ) ;
|
audio_sched -> setSafetyMargin ( 1.0 ) ;
|
||||||
current_options.get_fg_root(path);
|
current_options.get_fg_root(path);
|
||||||
strcat(path, "/Sounds/");
|
strcat(path, "/Sounds/");
|
||||||
|
@ -934,6 +934,9 @@ int main( int argc, char **argv ) {
|
||||||
|
|
||||||
|
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.43 1998/08/12 21:01:47 curt
|
||||||
|
// Master volume from 30% -> 80%
|
||||||
|
//
|
||||||
// Revision 1.42 1998/07/30 23:48:25 curt
|
// Revision 1.42 1998/07/30 23:48:25 curt
|
||||||
// Output position & orientation when pausing.
|
// Output position & orientation when pausing.
|
||||||
// Eliminated libtool use.
|
// Eliminated libtool use.
|
||||||
|
|
Loading…
Add table
Reference in a new issue