* Play a beep sound for a click event if enabled in settings. */
| 251 | * Play a beep sound for a click event if enabled in settings. |
| 252 | */ |
| 253 | void SndClickBeep() |
| 254 | { |
| 255 | if (_settings_client.sound.click_beep) SndPlayFx(SND_15_BEEP); |
| 256 | } |
| 257 | |
| 258 | /** |
| 259 | * Play a beep sound for a confirm event if enabled in settings. |
no test coverage detected