]> git.mxchange.org Git - flightgear.git/commit
Fix ATIS /environment/attention handling
authorThomas Geymayer <tomgey@gmail.com>
Wed, 26 Sep 2012 22:41:23 +0000 (00:41 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Wed, 26 Sep 2012 22:42:06 +0000 (00:42 +0200)
commitf00bcad4791f8300b81818ff6abbc419a681d915
tree470c1c59cd22537f8ccc3b6450a92ec78171d52a
parent8e3314a7ec17732d153624e318b13b0ca03c2353
Fix ATIS /environment/attention handling

Using a tied property works only for one single usage of the
property. In reality FGATIS is normally instantiated four
times (nav/comm/1/2) where only the first instantiation
works correctly. All subsequent instantions fail to tie
and show some error messages.
Also tied properties shouldn't be used anymore.
src/ATCDCL/atis.cxx
src/ATCDCL/atis.hxx