* Changes the Globe Country Borders option. * @param action Pointer to an action. */
| 226 | * @param action Pointer to an action. |
| 227 | */ |
| 228 | void OptionsGeoscapeState::btnGlobeCountriesClick(Action *) |
| 229 | { |
| 230 | Options::globeDetail = _btnGlobeCountries->getPressed(); |
| 231 | } |
| 232 | |
| 233 | /** |
| 234 | * Changes the Globe Radar Ranges option. |
nothing calls this directly
no test coverage detected