]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/submodel.hxx
Boris Koenig:
[flightgear.git] / src / Systems / submodel.hxx
index ec9dbabb98e828e5ceb440376318e862624e3be3..a0c4dd6398e51e3f78b9626bf767c5b800b70a3d 100644 (file)
@@ -29,6 +29,7 @@ public:
  typedef struct {
   SGPropertyNode* trigger;
   SGPropertyNode* prop;
+  SGPropertyNode* contents_node;
   
   string             name;
   string             model;
@@ -50,7 +51,7 @@ public:
   bool               first_time;
   double             cd;
   double             weight;
-//  double             mass;
+  double             contents;
  } submodel; 
 
  typedef struct {
@@ -136,3 +137,4 @@ private:
 #endif // __SYSTEMS_SUBMODEL_HXX
 
 
+