Change default search directory for YASim aircraft to $FG_ROOT/Aircraft-yasim
with corresponding changes to the base tree cvs.
This commit is contained in:
parent
e08d4359cd
commit
f716539390
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ void YASim::init()
|
|||
|
||||
// Build a filename and parse it
|
||||
SGPath f(globals->get_fg_root());
|
||||
f.append("Aircraft");
|
||||
f.append("Aircraft-yasim");
|
||||
f.append(fgGetString("/sim/aircraft"));
|
||||
f.concat(".xml");
|
||||
readXML(f.str(), *_fdm);
|
||||
|
|
Loading…
Add table
Reference in a new issue