]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/encoder.cxx
Add a lower-bound type navaid lookup, and the ability to specify navaid type in the...
[flightgear.git] / src / Instrumentation / encoder.cxx
index fa01c40eae8db1b8285bc7be0aa9f4a14f7d8403..c8677a6d502e9a9cda135612f12118c30f6afa2c 100644 (file)
@@ -62,10 +62,10 @@ int round (double value, int nearest=1)
 
 Encoder::Encoder(SGPropertyNode *node)
     :
-    altitudeTable(new SGInterpTable),
     name("encoder"),
     num(0),
-    staticPort("/systems/static")
+    staticPort("/systems/static"),
+    altitudeTable(new SGInterpTable)
 {
     int i;
     for ( i = 0; altitude_data[i][0] != -1; i++ )