]> git.mxchange.org Git - flightgear.git/commit
Include/fg_callback.hxx
authorcurt <curt>
Tue, 15 Sep 1998 02:09:04 +0000 (02:09 +0000)
committercurt <curt>
Tue, 15 Sep 1998 02:09:04 +0000 (02:09 +0000)
commitb870ac865053574e53a0d474aa6ec9e23883c0d4
tree3910321be4287e656864ce49f955b795839b2dba
parent5e6761d7da6de77641e2277f972b657e76126b16
Include/fg_callback.hxx
  Moved code inline to stop g++ 2.7 from complaining.

Simulator/Time/event.[ch]xx
  Changed return type of fgEVENT::printStat().  void caused g++ 2.7 to
  complain bitterly.

Minor bugfix and changes.

Simulator/Main/GLUTmain.cxx
  Added missing type to idle_state definition - eliminates a warning.

Simulator/Main/fg_init.cxx
  Changes to airport lookup.

Simulator/Main/options.cxx
  Uses fg_gzifstream when loading config file.
fg_callback.hxx