From 8980891b09a48438d295b73cd068b41184aa44a2 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 7 Oct 2005 07:35:15 +0000 Subject: (svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte/-1 with proper types and constants --- news_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'news_gui.c') diff --git a/news_gui.c b/news_gui.c index 612483174..bd26e7310 100644 --- a/news_gui.c +++ b/news_gui.c @@ -373,7 +373,7 @@ static inline void SetNewsDisplayValue(byte item, byte val) static void ShowNewspaper(NewsItem *ni) { Window *w; - int sound; + SoundFx sound; int top; ni->flags &= ~(NF_NOEXPIRE | NF_FORCE_BIG); ni->duration = 555; -- cgit v1.2.3-54-g00ecf