From 24899a13e8863e59027e993a61e9b2ef6787b74b Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Wed, 21 Jan 2009 00:05:07 +0000 Subject: improved the prediction timer to handle crappy connections better --- src/engine/e_if_gfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/e_if_gfx.h') diff --git a/src/engine/e_if_gfx.h b/src/engine/e_if_gfx.h index acb004e8..8221c81d 100644 --- a/src/engine/e_if_gfx.h +++ b/src/engine/e_if_gfx.h @@ -186,7 +186,7 @@ void gfx_quads_draw_freeform( See Also: */ -void gfx_quads_text(float x, float y, float size, const char *text); +void gfx_quads_text(float x, float y, float size, float r, float g, float b, float a, const char *text); /* Group: Lines -- cgit 1.4.1