From: curt Date: Tue, 15 Nov 2005 19:15:13 +0000 (+0000) Subject: Update 'magic' for more consistant cross platform padding. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ff0d55fd4a682230c4fa2fd09e3a5ee019bdede4;p=flightgear.git Update 'magic' for more consistant cross platform padding. --- diff --git a/src/Network/net_fdm.hxx b/src/Network/net_fdm.hxx index 3056bf832..3ede19960 100644 --- a/src/Network/net_fdm.hxx +++ b/src/Network/net_fdm.hxx @@ -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)