(svn r1596) Add some more statics

This commit is contained in:
tron
2005-01-22 22:47:58 +00:00
parent c1edc5b9c8
commit 97f893ae2f
28 changed files with 116 additions and 87 deletions

View File

@@ -200,7 +200,7 @@ static void NewsWindowProc(Window *w, WindowEvent *e)
// returns the correct index in the array
// (to deal with overflows)
byte increaseIndex(byte i)
static byte increaseIndex(byte i)
{
if (i == INVALID_NEWS)
return 0;
@@ -451,7 +451,7 @@ void NewsLoop(void)
}
/* Do a forced show of a specific message */
void ShowNewsMessage(byte i)
static void ShowNewsMessage(byte i)
{
if (_total_news == 0) return;