]> git.mxchange.org Git - flightgear.git/commit
Include/fg_callback.hxx
authorcurt <curt>
Tue, 15 Sep 1998 02:09:24 +0000 (02:09 +0000)
committercurt <curt>
Tue, 15 Sep 1998 02:09:24 +0000 (02:09 +0000)
commitc4dbcd55b1607089fe5cfff52b271bf2988288e1
tree54a2c8ed1e9390846b3ad67f716b76c9883dcca5
parentb4abef6ab844c3393db461755338d88e02473566
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.
Main/GLUTmain.cxx
Main/fg_init.cxx
Main/options.cxx
Time/event.cxx
Time/event.hxx