(svn r925) Use sound enums
Also play the correct sound when a toyland road vehicle breaks down
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user