From: Clément de l'Hamaide Date: Wed, 29 Jan 2014 20:04:58 +0000 (+0100) Subject: Send transponder mode over network X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=43b8d157ce6dbae29b4322730fe2a62111536012;p=flightgear.git Send transponder mode over network --- diff --git a/src/MultiPlayer/multiplaymgr.cxx b/src/MultiPlayer/multiplaymgr.cxx index d58d2b900..8ce9b9a12 100644 --- a/src/MultiPlayer/multiplaymgr.cxx +++ b/src/MultiPlayer/multiplaymgr.cxx @@ -176,6 +176,7 @@ static const IdPropertyList sIdPropertyList[] = { {1500, "instrumentation/transponder/transmitted-id", simgear::props::INT}, {1501, "instrumentation/transponder/altitude", simgear::props::INT}, {1502, "instrumentation/transponder/ident", simgear::props::BOOL}, + {1503, "instrumentation/transponder/inputs/mode", simgear::props::INT}, {10001, "sim/multiplay/transmission-freq-hz", simgear::props::STRING}, {10002, "sim/multiplay/chat", simgear::props::STRING},