* Updates the Tooltips option. * @param action Pointer to an action. */
| 300 | * @param action Pointer to an action. |
| 301 | */ |
| 302 | void OptionsBattlescapeState::btnTooltipsClick(Action *) |
| 303 | { |
| 304 | Options::battleTooltips = _btnTooltips->getPressed(); |
| 305 | } |
| 306 | |
| 307 | /** |
| 308 | * Updates the Death Notifications option. |
nothing calls this directly
no test coverage detected