1
0
Fork 0

Minor property name change to track changes in xml panels.

This commit is contained in:
curt 2001-12-10 22:06:57 +00:00
parent 5c0fa275d7
commit 07c61a2243
2 changed files with 6 additions and 1 deletions

5
Thanks
View file

@ -7,6 +7,11 @@ possible only by the help and hard work of others. I want to properly
credit everyone who has contributed to this project.
A1 Free Sounds <techie@mail.ev1.net> http://www.a1freesoundeffects.com
Granted permission for the flightgear project to use some of the
sound effects from their site.
Raul Alonzo <amil@las.es>
Mr. Alonzo is the author of Ssystem and provided his kind permission
for using the moon texture. I also used parts of his code as a template

View file

@ -791,7 +791,7 @@ void FGRadioStack::search()
// FIXME: the panel should handle this
// don't worry about overhead for now,
// since this is handled only periodically
int dme_switch_pos = fgGetInt("/panel/dme/switch-position");
int dme_switch_pos = fgGetInt("/radios/dme/switch-position");
if (dme_switch_pos == 0) {
dme_freq = 0;
dme_inrange = false;