CVS: source/src/Autopilot route_mgr.cxx, 1.40, 1.41
James Turner <[email protected]>
| Newsgroups | gmane.games.flightgear.cvc |
|---|---|
| Message-ID | <[email protected]> |
Update of /var/cvs/FlightGear-0.9/source/src/Autopilot In directory baron.flightgear.org:/tmp/cvs-serv26551/src/Autopilot Modified Files: route_mgr.cxx Log Message: GPS/route-manager - notify listeners when current waypoint is changed. Index: route_mgr.cxx =================================================================== RCS file: /var/cvs/FlightGear-0.9/source/src/Autopilot/route_mgr.cxx,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- route_mgr.cxx 21 Feb 2010 20:44:17 -0000 1.40 +++ route_mgr.cxx 27 Mar 2010 17:51:20 -0000 1.41 @@ -597,6 +597,7 @@ _route->set_current(index); currentWaypointChanged(); + _currentWpt->fireValueChanged(); } void FGRouteMgr::currentWaypointChanged() ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev