1
0
Fork 0

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:
curt 2001-12-06 20:16:03 +00:00
parent e08d4359cd
commit f716539390

View file

@ -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);