更新 'src/MultiPlayer/mpmessages.hxx'

This commit is contained in:
zhongjin 2022-11-07 15:07:00 +08:00
parent 6490ee1602
commit 0382bacdb4

View File

@ -109,7 +109,10 @@ struct T_PositionMsg {
// the earth centered frame
xdr_data_t angularAccel[3];
//zhongjin add
xdr_data_t jwhtext[4];
char airport[4]
xdr_data_t jwhtext[10];
// Padding. The alignment is 8 bytes on x86_64 because there are
// 8-byte types in the message, so the size should be explicitly