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