]> git.mxchange.org Git - flightgear.git/commitdiff
Send transponder mode over network
authorClément de l'Hamaide <clemaez@hotmail.fr>
Wed, 29 Jan 2014 20:04:58 +0000 (21:04 +0100)
committerClément de l'Hamaide <clemaez@hotmail.fr>
Wed, 29 Jan 2014 20:04:58 +0000 (21:04 +0100)
src/MultiPlayer/multiplaymgr.cxx

index d58d2b900de1c9fdc8140e22305ef7f8f088a752..8ce9b9a121aa075969951f393d4dc0eefb198694 100644 (file)
@@ -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},