From: janodesbois Date: Wed, 4 Dec 2013 20:13:09 +0000 (+0100) Subject: velocities/uBody got a capitale B forgot this in mp tree, maybe it would be better... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=71fa329f276e88f08ed7347858f8785897b0ba25;p=flightgear.git velocities/uBody got a capitale B forgot this in mp tree, maybe it would be better to male it it lower case? --- diff --git a/src/AIModel/AIMultiplayer.cxx b/src/AIModel/AIMultiplayer.cxx index 5a13a4ff3..30843b7c4 100644 --- a/src/AIModel/AIMultiplayer.cxx +++ b/src/AIModel/AIMultiplayer.cxx @@ -80,9 +80,9 @@ void FGAIMultiplayer::bind() { tie("controls/invisible", SGRawValuePointer(&invisible)); - _uBodyNode = props->getNode("velocities/ubody-fps", true); - _vBodyNode = props->getNode("velocities/vbody-fps", true); - _wBodyNode = props->getNode("velocities/wbody-fps", true); + _uBodyNode = props->getNode("velocities/uBody-fps", true); + _vBodyNode = props->getNode("velocities/vBody-fps", true); + _wBodyNode = props->getNode("velocities/wBody-fps", true); #define AIMPROProp(type, name) \ SGRawValueMethods(*this, &FGAIMultiplayer::get##name)