From e6d5379a7240909dda863260bfef59503c9835a8 Mon Sep 17 00:00:00 2001 From: Jakob Fries Date: Sat, 28 Jul 2007 17:44:12 +0000 Subject: editbox is now easier to edit --- src/engine/interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/interface.h') diff --git a/src/engine/interface.h b/src/engine/interface.h index 10a8794b..ba8dacce 100644 --- a/src/engine/interface.h +++ b/src/engine/interface.h @@ -750,7 +750,7 @@ float client_intratick(); int client_tickspeed(); void gfx_pretty_text(float x, float y, float size, const char *text); -float gfx_pretty_text_width(float size, const char *text); +float gfx_pretty_text_width(float size, const char *text, int length = -1); void gfx_getscreen(float *tl_x, float *tl_y, float *br_x, float *br_y); -- cgit 1.4.1