* Changes the Globe Radar Ranges option. * @param action Pointer to an action. */
| 235 | * @param action Pointer to an action. |
| 236 | */ |
| 237 | void OptionsGeoscapeState::btnGlobeRadarsClick(Action *) |
| 238 | { |
| 239 | Options::globeRadarLines = _btnGlobeRadars->getPressed(); |
| 240 | } |
| 241 | |
| 242 | /** |
| 243 | * Changes the Globe Flight Paths option. |
nothing calls this directly
no test coverage detected