From: ehofman Date: Thu, 21 Oct 2004 09:27:40 +0000 (+0000) Subject: Comment out the unalias code also. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3b62b16fe99fdec5b66f5a6d688a95108352bb6d;p=flightgear.git Comment out the unalias code also. --- diff --git a/src/AIModel/AIAircraft.cxx b/src/AIModel/AIAircraft.cxx index 9b2b59719..295394342 100644 --- a/src/AIModel/AIAircraft.cxx +++ b/src/AIModel/AIAircraft.cxx @@ -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 }