X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fpositioninit.hxx;h=ac12adecd213b8fc5843a916e7697b16660805e2;hb=d311045018450d5bbecc846c9dab0b496b51cff0;hp=9e6748bfa02aba1473cc7bd0c5ed5dd1c0c69777;hpb=ffbb0a0e5d8915df208dc8042fd3338f04b01dfe;p=flightgear.git diff --git a/src/Main/positioninit.hxx b/src/Main/positioninit.hxx index 9e6748bfa..ac12adecd 100644 --- a/src/Main/positioninit.hxx +++ b/src/Main/positioninit.hxx @@ -27,14 +27,10 @@ namespace flightgear // Set the initial position based on presets (or defaults) bool initPosition(); - - + // Listen to /sim/tower/airport-id and set tower view position accordingly void initTowerLocationListener(); -// FIXME - only public becuase of the evil runway-selection hack in main.cxx -bool setPosFromAirportIDandHdg( const std::string& id, double tgt_hdg ); - } // of namespace flightgear #endif // of FG_POSITION_INIT_HXX