1
0
Fork 0

velocities/uBody got a capitale B forgot this in mp tree, maybe it would be better to male it it lower case?

This commit is contained in:
janodesbois 2013-12-04 21:13:09 +01:00
parent 7ff9792b96
commit 71fa329f27

View file

@ -80,9 +80,9 @@ void FGAIMultiplayer::bind() {
tie("controls/invisible",
SGRawValuePointer<bool>(&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<FGAIMultiplayer, type>(*this, &FGAIMultiplayer::get##name)