]> git.mxchange.org Git - simgear.git/commitdiff
s/multiplayer/multiplay/, as this seems to be the slightly more
authormfranz <mfranz>
Fri, 10 Oct 2008 09:48:03 +0000 (09:48 +0000)
committermfranz <mfranz>
Fri, 10 Oct 2008 09:48:03 +0000 (09:48 +0000)
official version (--multiplay option, /sim/multiplay/ properties etc.)

simgear/scene/model/SGReaderWriterXML.cxx

index 2ceb0f89f2e459d73621c853cada26d0a526cab7..58b104ebaa36724e230db75c790443b2a0546c92 100644 (file)
@@ -169,7 +169,7 @@ sgLoad3DModel_internal(const string &path,
             model = new osg::Node;
         }
 
-        SGPropertyNode *mp = props->getNode("multiplayer");
+        SGPropertyNode *mp = props->getNode("multiplay");
         if (mp && prop_root && prop_root->getParent())
             copyProperties(mp, prop_root);
     }