about summary refs log tree commit diff
path: root/src/engine/e_if_gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/e_if_gfx.h')
-rw-r--r--src/engine/e_if_gfx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/engine/e_if_gfx.h b/src/engine/e_if_gfx.h
index 73b1aa22..acb004e8 100644
--- a/src/engine/e_if_gfx.h
+++ b/src/engine/e_if_gfx.h
@@ -640,13 +640,15 @@ void gfx_clip_disable();
 enum
 {
 	TEXTFLAG_RENDER=1,
-	TEXTFLAG_ALLOW_NEWLINE=2
+	TEXTFLAG_ALLOW_NEWLINE=2,
+	TEXTFLAG_STOP_AT_END=4
 };
 
 typedef struct
 {
 	int flags;
 	int line_count;
+	int charcount;
 	
 	float start_x;
 	float start_y;