(svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte/-1 with proper types and constants
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user