From e834e998ec7241f59108a0f5a28a6e1a3e12542a Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 7 Nov 2022 18:29:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/MultiPlayer/multiplay?= =?UTF-8?q?mgr.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MultiPlayer/multiplaymgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MultiPlayer/multiplaymgr.cxx b/src/MultiPlayer/multiplaymgr.cxx index b46bd47..07f31ab 100644 --- a/src/MultiPlayer/multiplaymgr.cxx +++ b/src/MultiPlayer/multiplaymgr.cxx @@ -1480,7 +1480,7 @@ FGMultiplayMgr::SendMyPosition(const FGExternalMotionData& motionInfo) PosMsg->jwhtext[11] = XDR_encode_float (xxx); xxx = fgGetDouble("/position/altitude-agl-m",true); - PosMsg->jwhtext[11] = XDR_encode_float (xxx); + PosMsg->jwhtext[12] = XDR_encode_float (xxx); //n = fgGetNode("");