]> git.mxchange.org Git - flightgear.git/commit
Brian Schack:
authorcurt <curt>
Mon, 1 Dec 2008 13:58:04 +0000 (13:58 +0000)
committercurt <curt>
Mon, 1 Dec 2008 13:58:04 +0000 (13:58 +0000)
commit9ae71915909691ef79dccb02d0ca8d0c0b79c9b0
treec19a4ff28af8c6a896948030bc64b4da644a02d0
parentb7ebc7d78dbf320d432bad3ed0e384b2e1308eed
Brian Schack:

Right now, atlas.cxx uses the following code, in
FGAtlas::gen_message(), to retrieve the ADF frequency:

static SGPropertyNode *adf_freq =
    fgGetNode("/instrumentation/kr-87/outputs/selected-khz", true);

I think it should be changed to:

static SGPropertyNode *adf_freq =
    fgGetNode("/instrumentation/adf/frequencies/selected-khz", true);
src/Network/atlas.cxx