From 71fa329f276e88f08ed7347858f8785897b0ba25 Mon Sep 17 00:00:00 2001 From: janodesbois Date: Wed, 4 Dec 2013 21:13:09 +0100 Subject: [PATCH] velocities/uBody got a capitale B forgot this in mp tree, maybe it would be better to male it it lower case? --- src/AIModel/AIMultiplayer.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.39.5