* Updates the Death Notifications option. * @param action Pointer to an action. */
| 309 | * @param action Pointer to an action. |
| 310 | */ |
| 311 | void OptionsBattlescapeState::btnDeathsClick(Action *) |
| 312 | { |
| 313 | Options::battleNotifyDeath = _btnDeaths->getPressed(); |
| 314 | } |
| 315 | |
| 316 | |
| 317 | } |
nothing calls this directly
no test coverage detected