From 5246e4541f7087c1dc9a120f78c08ce0ab255fcb Mon Sep 17 00:00:00 2001 From: mfranz Date: Sat, 29 Sep 2007 18:21:35 +0000 Subject: [PATCH] Transfer a variant index of type integer. What the number means is determined by the aircraft. This allows to let an aircraft appear in the same livery/variant on all machines which the pilot chose. --- src/MultiPlayer/multiplaymgr.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/MultiPlayer/multiplaymgr.cxx b/src/MultiPlayer/multiplaymgr.cxx index 4556c7d5f..7178b2cd8 100644 --- a/src/MultiPlayer/multiplaymgr.cxx +++ b/src/MultiPlayer/multiplaymgr.cxx @@ -146,7 +146,9 @@ FGMultiplayMgr::sIdPropertyList[] = { {1004, "controls/gear/gear-down", SGPropertyNode::FLOAT}, {1005, "controls/lighting/nav-lights", SGPropertyNode::FLOAT}, {1006, "controls/armament/station[0]/jettison-all", SGPropertyNode::BOOL}, - + + {1100, "sim/model/variant", SGPropertyNode::INT}, + {10001, "sim/multiplay/transmission-freq-hz", SGPropertyNode::STRING}, {10002, "sim/multiplay/chat", SGPropertyNode::STRING}, -- 2.39.5