about summary refs log tree commit diff
path: root/src/engine/e_if_gfx.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2009-01-21 00:05:07 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2009-01-21 00:05:07 +0000
commit24899a13e8863e59027e993a61e9b2ef6787b74b (patch)
treeb12072e289b28395b63b677336815ec472479eb6 /src/engine/e_if_gfx.h
parent30695c09a8fde8b88b8fa58427e0eb2293696e58 (diff)
downloadzcatch-24899a13e8863e59027e993a61e9b2ef6787b74b.tar.gz
zcatch-24899a13e8863e59027e993a61e9b2ef6787b74b.zip
improved the prediction timer to handle crappy connections better
Diffstat (limited to 'src/engine/e_if_gfx.h')
-rw-r--r--src/engine/e_if_gfx.h2
1 files changed, 1 insertions, 1 deletions
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:
 		<other_func>
 */
-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