From b15b1909c6c121eb27e932f1757cae30012f8a37 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 12 Aug 1998 21:01:47 +0000 Subject: [PATCH] Master volume from 30% -> 80% --- Main/GLUTmain.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Main/GLUTmain.cxx b/Main/GLUTmain.cxx index 5a35f6597..689080dd1 100644 --- a/Main/GLUTmain.cxx +++ b/Main/GLUTmain.cxx @@ -756,7 +756,7 @@ static void fgIdleFunction ( void ) { audio_sched = new slScheduler ( 8000 ); 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 ) ; current_options.get_fg_root(path); strcat(path, "/Sounds/"); @@ -934,6 +934,9 @@ int main( int argc, char **argv ) { // $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 // Output position & orientation when pausing. // Eliminated libtool use. -- 2.39.2