]> git.mxchange.org Git - flightgear.git/commitdiff
Use the default included aircraft.
authorehofman <ehofman>
Fri, 11 Nov 2005 13:45:35 +0000 (13:45 +0000)
committerehofman <ehofman>
Fri, 11 Nov 2005 13:45:35 +0000 (13:45 +0000)
src/ATC/AIMgr.cxx

index 22cb4716a6790b8599eb1de96340154d749f76a9..2af6a0daf77fbf810c61ee9580dc43e26806d885 100644 (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(),