news_gui.c
changeset 541 625227bb2a3d
parent 534 306bc86eb23e
child 715 28dd55cc55ae
equal deleted inserted replaced
540:2987d7976ea2 541:625227bb2a3d
   367 // show news item in the ticker
   367 // show news item in the ticker
   368 static void ShowTicker(const NewsItem *ni)
   368 static void ShowTicker(const NewsItem *ni)
   369 {
   369 {
   370 	Window *w;
   370 	Window *w;
   371 
   371 
   372 	SndPlayFx(20);
   372 	SndPlayFx(SND_16_MORSE);
   373 	_statusbar_news_item = *ni;
   373 	_statusbar_news_item = *ni;
   374 	w = FindWindowById(WC_STATUS_BAR, 0);
   374 	w = FindWindowById(WC_STATUS_BAR, 0);
   375 	if (w != NULL)
   375 	if (w != NULL)
   376 		WP(w, def_d).data_1 = 360;
   376 		WP(w, def_d).data_1 = 360;
   377 }
   377 }