]> git.mxchange.org Git - flightgear.git/commit
Autopilot cleanup:
authordavid <david>
Wed, 13 Mar 2002 16:31:21 +0000 (16:31 +0000)
committerdavid <david>
Wed, 13 Mar 2002 16:31:21 +0000 (16:31 +0000)
commit36876decf310c2adbd2ad5eb3b60bf7242c55a49
treebd649a6bd3e66d3849c34b676c16e9bf81be6b1e
parentfd21788c4540c73c308a51353e89790550129c34
Autopilot cleanup:

- implement the standard FGSubsystem interface, for consistency
- eliminate current_autopilot and add get/set_autopilot to FGGlobals,
  for consistency
- use private methods rather than static functions for tying
  properties

There should be no change in functionality.
src/Autopilot/auto_gui.cxx
src/Autopilot/newauto.cxx
src/Autopilot/newauto.hxx
src/Cockpit/hud.cxx
src/GUI/mouse.cxx
src/Input/input.cxx
src/Main/fg_init.cxx
src/Main/globals.hxx
src/Main/main.cxx