]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/approach.hxx
Vassilii Khachaturov:
[flightgear.git] / src / ATC / approach.hxx
index 29d349060ab8c5da40a9ec63a71e56b19be8f690..41e32f22ad9458093197a7d27a1d82f4cabe6b90 100644 (file)
@@ -61,7 +61,7 @@ SG_USING_STD(string);
 const int    max_planes = 20;  // max number of planes on the stack
 const int    max_wp = 10;      // max number of waypoints for approach phase
 const double max_ta = 130;     // max turning angle for plane during approach
-const double tbm    = 20000.0; // min time (in ms) between two messages
+const double tbm    = 2.0;     // min time (in sec) between two messages
 const double lfl    = 10.0;    // length of final leg
 
 struct PlaneApp {