summaryrefslogtreecommitdiff
path: root/news_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-07 07:35:15 +0000
committertron <tron@openttd.org>2005-10-07 07:35:15 +0000
commit8980891b09a48438d295b73cd068b41184aa44a2 (patch)
tree75058b5a9db24d07229edde45f993401aec6bd63 /news_gui.c
parent488db23ed85c4a5fd0ed27833cbd9e05be3a5c94 (diff)
downloadopenttd-8980891b09a48438d295b73cd068b41184aa44a2.tar.xz
(svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte/-1 with proper types and constants
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 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;