heretic: Mark function status as static

This commit is contained in:
Turo Lamminen 2018-05-05 15:07:46 +03:00
parent 462d139cb8
commit 27409a729b

View file

@ -521,7 +521,7 @@ void drawstatus(void)
}
}
void status(const char *string)
static void status(const char *string)
{
if (using_graphical_startup)
{