1
0
Fork 0

Use the default included aircraft.

This commit is contained in:
ehofman 2005-11-11 13:45:35 +00:00
parent 7612767e3a
commit 414951b528

View file

@ -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(),