]> git.mxchange.org Git - flightgear.git/commit
Fix some CommStation bugs
authorThomas Geymayer <tomgey@gmail.com>
Thu, 27 Sep 2012 10:21:22 +0000 (12:21 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Thu, 27 Sep 2012 10:21:22 +0000 (12:21 +0200)
commit5ac3de21e3e41b9e1723e705978b01ea36d406f6
treee885c2c7d153e9c21a2d01e3232b8194ce6f97f4
parent682d78301e4276ebb26df38ae5ab9a696230ea9e
Fix some CommStation bugs

 - kHz/mHz conversion needs factor 1000 not 100
 - Correctly read name for CommStations from NavCache
 - Fix parsing CommStation names from apt.dat (Name
   can contain spaces)
src/ATC/CommStation.cxx
src/ATC/atcdialog.cxx
src/Airports/apt_loader.cxx
src/Navaids/NavDataCache.cxx