diff --git a/src/Main/main.cxx b/src/Main/main.cxx index b2372d457..c19881438 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -423,7 +423,7 @@ int fgMainInit( int argc, char **argv ) string_list *col = new string_list; globals->set_channel_options_list( col ); - fgValidatePath("", false); // initialize static variables + fgValidatePath(globals->get_fg_home(), false); // initialize static variables upper_case_property("/sim/presets/airport-id"); upper_case_property("/sim/presets/runway"); upper_case_property("/sim/tower/airport-id");