]> git.mxchange.org Git - flightgear.git/commit
- move fgInitTowerLocationListener() from fgInitPosition() to the init
authormfranz <mfranz>
Wed, 4 Apr 2007 19:05:59 +0000 (19:05 +0000)
committermfranz <mfranz>
Wed, 4 Apr 2007 19:05:59 +0000 (19:05 +0000)
commitd996d271215e0706a53dbe57b85256f7851a748a
tree711891c2ca4324e0fa3564c0e4b3fef79b52dd9c
parentb5f53c349f5ee455dd221377f8e7a065fe83c858
- move fgInitTowerLocationListener() from fgInitPosition() to the init
  part of fgIdleFunction() in main.cxx. fgInitPosition() is called again
  at every reset, which would every time attach another listener.
src/Main/fg_init.cxx
src/Main/fg_init.hxx
src/Main/main.cxx