(svn r1596) Add some more statics

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

3
gfx.c
View File

@@ -290,7 +290,8 @@ void DrawStringCenterUnderline(int x, int y, uint16 str, uint16 color)
GfxFillRect(x-(w>>1), y+10, x-(w>>1)+w, y+10, _string_colorremap[1]);
}
uint32 FormatStringLinebreaks(byte *str, int maxw) {
static uint32 FormatStringLinebreaks(byte *str, int maxw)
{
int num = 0;
int base = _stringwidth_base;
int w;