]> git.mxchange.org Git - flightgear.git/commitdiff
Comment out the unalias code also.
authorehofman <ehofman>
Thu, 21 Oct 2004 09:27:40 +0000 (09:27 +0000)
committerehofman <ehofman>
Thu, 21 Oct 2004 09:27:40 +0000 (09:27 +0000)
src/AIModel/AIAircraft.cxx

index 9b2b59719a3f69052e92843d2c9f88d18d29b31c..295394342c20695a282fc06f317fd7f4c41c4ae9 100644 (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
 }