]> git.mxchange.org Git - flightgear.git/commitdiff
add back wildfire multiplayer property
authorTim Moore <timoore33@gmail.com>
Fri, 5 Mar 2010 17:17:19 +0000 (18:17 +0100)
committerTim Moore <timoore33@gmail.com>
Fri, 5 Mar 2010 17:17:19 +0000 (18:17 +0100)
This was deleted by accident when I moved property types to their own
namespace.

src/MultiPlayer/multiplaymgr.cxx

index 16c0a6e5f53024ea20f1351fac970a22f71419af..94ed632014f9ee18d20941ba569904a52de09ef0 100644 (file)
@@ -158,6 +158,8 @@ FGMultiplayMgr::sIdPropertyList[] = {
   {1100, "sim/model/variant", simgear::props::INT},
   {1101, "sim/model/livery/file", simgear::props::STRING},
 
+  {1200, "environment/wildfire/data", simgear::props::STRING},
+  
   {10001, "sim/multiplay/transmission-freq-hz",  simgear::props::STRING},
   {10002, "sim/multiplay/chat",  simgear::props::STRING},