]> git.mxchange.org Git - flightgear.git/commitdiff
Update 'magic' for more consistant cross platform padding.
authorcurt <curt>
Tue, 15 Nov 2005 19:15:13 +0000 (19:15 +0000)
committercurt <curt>
Tue, 15 Nov 2005 19:15:13 +0000 (19:15 +0000)
src/Network/net_fdm.hxx

index 3056bf83200072a79cd6f7adf1d29c2f442f54d8..3ede199606110b3b56f761fa21c149caf5c13eb6 100644 (file)
@@ -22,7 +22,7 @@
 // I am not aware of any platforms that don't use 4 bytes for float
 // and 8 bytes for double.
 
-const uint32_t FG_NET_FDM_VERSION = 22;
+const uint32_t FG_NET_FDM_VERSION = 23;
 
 
 // Define a structure containing the top level flight dynamics model
@@ -39,6 +39,7 @@ public:
     };
 
     uint32_t version;          // increment when data values change
+    uint32_t padding;          // padding
 
     // Positions
     double longitude;          // geodetic (radians)