]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/AIMgr.hxx
I had hoped that gmtime's lack of thread-safety wouldn't bite us. It does.
[flightgear.git] / src / ATC / AIMgr.hxx
index b15d3efdc9206175abe060d5a21b134ca7ee2a1b..f34cdc1512cfcef8f096592a3e250bdeacc17552 100644 (file)
@@ -131,7 +131,9 @@ private:
        string GenerateUniqueCallsign();
        
        string GenerateShortForm(string callsign, string plane_str = "Cessna-", bool local = false);
-
+       
+       // TODO - implement a proper robust system for registering and loading AI GA aircraft models
+       bool _havePiperModel;
 };
 
 #endif  // _FG_AIMGR_HXX