File diff r2497:4f8fde59a2e8 → r2498:8dfa040ed505
news_gui.c
Show inline comments
 
@@ -370,13 +370,13 @@ static inline void SetNewsDisplayValue(b
 
}
 

	
 
// open up an own newspaper window for the news item
 
static void ShowNewspaper(NewsItem *ni)
 
{
 
	Window *w;
 
	int sound;
 
	SoundFx sound;
 
	int top;
 
	ni->flags &= ~(NF_NOEXPIRE | NF_FORCE_BIG);
 
	ni->duration = 555;
 

	
 
	sound = _news_sounds[ni->type];
 
	if (sound != 0)