diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-01-21 00:05:07 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-01-21 00:05:07 +0000 |
| commit | 24899a13e8863e59027e993a61e9b2ef6787b74b (patch) | |
| tree | b12072e289b28395b63b677336815ec472479eb6 /src/engine/e_if_gfx.h | |
| parent | 30695c09a8fde8b88b8fa58427e0eb2293696e58 (diff) | |
| download | zcatch-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.h | 2 |
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 |