X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fgroundradar.cxx;h=c604cc43c224121088d3f1ef53125fd5adc85c6e;hb=ed434d9967b0b23e4abb172d699ef956246f4bf9;hp=56c7d0902ac372679a24fe218991046ab06976d4;hpb=c1bb4aec97f0ae8e6bbe970acfd1a5f53127a723;p=flightgear.git diff --git a/src/Instrumentation/groundradar.cxx b/src/Instrumentation/groundradar.cxx index 56c7d0902..c604cc43c 100644 --- a/src/Instrumentation/groundradar.cxx +++ b/src/Instrumentation/groundradar.cxx @@ -20,6 +20,8 @@ # include "config.h" #endif +#include + #include #include #include @@ -45,7 +47,7 @@ #include "groundradar.hxx" static const char* airport_source_node_name = "airport-id-source"; -static const char* default_airport_node_name = "/sim/tower/airport-id"; +static const char* default_airport_node_name = "/sim/airport/closest-airport-id"; static const char* texture_node_name = "texture-name"; static const char* default_texture_name = "Aircraft/Instruments/Textures/od_groundradar.rgb"; static const char* range_source_node_name = "range-source";