]> git.mxchange.org Git - flightgear.git/commitdiff
Remove an unnecessary property set.
authorehofman <ehofman>
Fri, 11 Jun 2004 08:09:55 +0000 (08:09 +0000)
committerehofman <ehofman>
Fri, 11 Jun 2004 08:09:55 +0000 (08:09 +0000)
src/AIModel/AIAircraft.cxx

index e4c5de02e6d69e7bbea703451bead66ef4ca521d..1867b0c18d12841c3eabfea41275fe0dd368d906 100644 (file)
@@ -315,8 +315,7 @@ void FGAIAircraft::Run(double dt) {
      rotation = hdg - user_heading;
      if (rotation < 0.0) rotation += 360.0; 
 
-   } else
-      props->setBoolValue("radar/in-range", false);
+   }
 
    //************************************//
    // Tanker code                        //