Tweaks.
This commit is contained in:
parent
5d2855f1ec
commit
1d486add56
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
// fg_init.cxx -- Flight Gear top level initialization routines
|
||||
<// fg_init.cxx -- Flight Gear top level initialization routines
|
||||
//
|
||||
// Written by Curtis Olson, started August 1997.
|
||||
//
|
||||
|
@ -751,7 +751,7 @@ bool fgInitSubsystems( void ) {
|
|||
// Initialize the default (kludged) properties.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
fgInitProps();
|
||||
fgInitProps ();
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in a new issue