X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FTraffic%2FTrafficMgr.hxx;h=4a46fcbeb7a68d9baccc65c68420c99dd5c0e62a;hb=9bb55e78be6c6a9da4be26a3671e7d4bf6332d50;hp=6c90effd8fc094ad50ce75ec79341db14b514202;hpb=8c2e595ff0d913af24ee3ef88777137163ea6d3c;p=flightgear.git diff --git a/src/Traffic/TrafficMgr.hxx b/src/Traffic/TrafficMgr.hxx index 6c90effd8..4a46fcbeb 100644 --- a/src/Traffic/TrafficMgr.hxx +++ b/src/Traffic/TrafficMgr.hxx @@ -49,7 +49,7 @@ private: port, timeString, departurePort, departureTime, arrivalPort, arrivalTime, repeat, acType, airline, m_class, flighttype; int cruiseAlt; - int score; + int score, runCount; double radius, offset; bool heavy; @@ -59,7 +59,7 @@ private: public: FGTrafficManager(); - + ~FGTrafficManager(); void init(); void update(double time); void release(int ref);