gfx.c
changeset 1095 90220990fd7c
parent 1093 e8d26c7dc42f
child 1130 236aa7efbe7a
--- a/gfx.c	Sat Jan 22 22:46:10 2005 +0000
+++ b/gfx.c	Sat Jan 22 22:47:58 2005 +0000
@@ -290,7 +290,8 @@
 	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;