]> git.mxchange.org Git - flightgear.git/blobdiff - src/MultiPlayer/multiplaymgr.hxx
Maik JUSTUS: change /rotors/*/blade1_pos to /rotors/*/blade[0]/position-deg,
[flightgear.git] / src / MultiPlayer / multiplaymgr.hxx
index ae9bee238ad5230b9ca9378fd038a8a086e96ffa..ca9072e405fb70216365b4255799866964fc70ea 100644 (file)
@@ -54,9 +54,11 @@ struct FGExternalMotionInfo;
 class FGMultiplayMgr 
 {
 public:
+
   struct IdPropertyList {
     unsigned id;
     const char* name;
+    SGPropertyNode::Type type;
   };
   static IdPropertyList sIdPropertyList[];