1
0
Fork 0

minor tweaks

This commit is contained in:
curt 1999-08-14 22:07:15 +00:00
parent 2dc567a4a4
commit 82da518255
2 changed files with 3 additions and 3 deletions

View file

@ -190,7 +190,7 @@ bool fgInitGeneral( void ) {
<< "being defined." );
exit(-1);
}
FG_LOG( FG_GENERAL, FG_INFO, "FG_ROOT = " << root << endl );
FG_LOG( FG_GENERAL, FG_INFO, "FG_ROOT = " << '"' << root << '"' << endl );
#if defined(FX) && defined(XMESA)
// initialize full screen flag

View file

@ -862,8 +862,8 @@ static void fgIdleFunction ( void ) {
pitch_envelope.setStep ( 0, 0.01, 0.6 );
volume_envelope.setStep ( 0, 0.01, 0.6 );
audio_sched -> addSampleEnvelope( s1, 0, 0, &
pitch_envelope,
audio_sched -> addSampleEnvelope( s1, 0, 0,
&pitch_envelope,
SL_PITCH_ENVELOPE );
audio_sched -> addSampleEnvelope( s1, 0, 1,
&volume_envelope,