1
0
Fork 0

Remove an unnecessary property set.

This commit is contained in:
ehofman 2004-06-11 08:09:55 +00:00
parent 756f05501b
commit 11290e8022

View 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 //