s/multiplayer/multiplay/, as this seems to be the slightly more

official version (--multiplay option, /sim/multiplay/ properties etc.)
This commit is contained in:
mfranz
2008-10-10 09:48:03 +00:00
parent 98a3e7cffa
commit 2f8621ed3d

View 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);
}