1
0
Fork 0

Back out the patch that made fgLoadAircraft a static function

This commit is contained in:
ehofman 2003-08-11 17:34:16 +00:00
parent 0f6b618381
commit fc29f5d522
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@ void fgReadAircraft(void) {
globals->get_commands()->addCommand("load-aircraft", fgLoadAircraft);
}
static bool
bool
fgLoadAircraft (const SGPropertyNode * arg)
{
static const SGPropertyNode *master_freeze

View file

@ -59,7 +59,7 @@ void fgAircraftOutputCurrent(fgAIRCRAFT *a);
// Read the list of available aircraft into to property tree
void fgReadAircraft(void);
static bool fgLoadAircraft (const SGPropertyNode * arg);
bool fgLoadAircraft (const SGPropertyNode * arg);
#endif // _AIRCRAFT_HXX