1
0
Fork 0

Comment out the unalias code also.

This commit is contained in:
ehofman 2004-10-21 09:27:40 +00:00
parent 7d1ec00a2b
commit 3b62b16fe9

View file

@ -91,7 +91,9 @@ void FGAIAircraft::unbind() {
FGAIBase::unbind();
props->untie("controls/gear/gear-down");
#if 0
props->getNode("controls/lighting/landing-lights")->unalias();
#endif
}