minor tweaks
This commit is contained in:
parent
2dc567a4a4
commit
82da518255
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue