Removed static inline qualifiers to the fgLoadAircraft definition.
This commit is contained in:
parent
37c427558a
commit
2bf14d785f
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ void fgReadAircraft(void) {
|
||||||
globals->get_commands()->addCommand("load-aircraft", fgLoadAircraft);
|
globals->get_commands()->addCommand("load-aircraft", fgLoadAircraft);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline bool
|
bool
|
||||||
fgLoadAircraft (const SGPropertyNode * arg)
|
fgLoadAircraft (const SGPropertyNode * arg)
|
||||||
{
|
{
|
||||||
static const SGPropertyNode *master_freeze
|
static const SGPropertyNode *master_freeze
|
||||||
|
|
Loading…
Reference in a new issue