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:
parent
7ff9792b96
commit
71fa329f27
1 changed files with 3 additions and 3 deletions
|
@ -80,9 +80,9 @@ void FGAIMultiplayer::bind() {
|
||||||
|
|
||||||
tie("controls/invisible",
|
tie("controls/invisible",
|
||||||
SGRawValuePointer<bool>(&invisible));
|
SGRawValuePointer<bool>(&invisible));
|
||||||
_uBodyNode = props->getNode("velocities/ubody-fps", true);
|
_uBodyNode = props->getNode("velocities/uBody-fps", true);
|
||||||
_vBodyNode = props->getNode("velocities/vbody-fps", true);
|
_vBodyNode = props->getNode("velocities/vBody-fps", true);
|
||||||
_wBodyNode = props->getNode("velocities/wbody-fps", true);
|
_wBodyNode = props->getNode("velocities/wBody-fps", true);
|
||||||
|
|
||||||
#define AIMPROProp(type, name) \
|
#define AIMPROProp(type, name) \
|
||||||
SGRawValueMethods<FGAIMultiplayer, type>(*this, &FGAIMultiplayer::get##name)
|
SGRawValueMethods<FGAIMultiplayer, type>(*this, &FGAIMultiplayer::get##name)
|
||||||
|
|
Loading…
Reference in a new issue