Use the default included aircraft.
This commit is contained in:
parent
7612767e3a
commit
414951b528
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ void FGAIMgr::init() {
|
|||
|
||||
// Load up models at the start to avoid pausing later
|
||||
// Hack alert - Hardwired paths!!
|
||||
string planepath = "Aircraft/c172r/Models/c172-dpm.ac";
|
||||
string planepath = "Aircraft/c172p/Models/c172p.xml";
|
||||
bool _loadedDefaultOK = true;
|
||||
try {
|
||||
_defaultModel = sgLoad3DModel( globals->get_fg_root(),
|
||||
|
|
Loading…
Add table
Reference in a new issue