summaryrefslogtreecommitdiff
path: root/news_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'news_gui.c')
-rw-r--r--news_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/news_gui.c b/news_gui.c
index 632c53632..af804f226 100644
--- a/news_gui.c
+++ b/news_gui.c
@@ -369,7 +369,7 @@ static void ShowTicker(const NewsItem *ni)
{
Window *w;
- SndPlayFx(20);
+ SndPlayFx(SND_16_MORSE);
_statusbar_news_item = *ni;
w = FindWindowById(WC_STATUS_BAR, 0);
if (w != NULL)