From: ehofman Date: Fri, 11 Nov 2005 13:45:35 +0000 (+0000) Subject: Use the default included aircraft. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=414951b52829d8da4db44b88ddc16eb977c9bcd1;p=flightgear.git Use the default included aircraft. --- diff --git a/src/ATC/AIMgr.cxx b/src/ATC/AIMgr.cxx index 22cb4716a..2af6a0daf 100644 --- a/src/ATC/AIMgr.cxx +++ b/src/ATC/AIMgr.cxx @@ -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(),