[simulator] fix flightgear viz on 32bit systems

all current fg versions have that padding1 var, hence also no need for pack pragmas
This commit is contained in:
Felix Ruess
2014-10-21 14:46:47 +02:00
parent b2dcc2ceb8
commit c043d4d7c6
-2
View File
@@ -234,9 +234,7 @@ struct FGNetMiniFDM {
#endif /*FG_2_4*/
struct FGNetGUI {
uint32_t version; // increment when data values change
#if FG_2_4
uint32_t padding1;
#endif /*FG_2_4*/
// Positions
double longitude; // geodetic (radians)