From ef3e7e01a2280c186da589404386ae3364b08a4a Mon Sep 17 00:00:00 2001 From: tma Date: Fri, 21 Sep 2007 10:35:24 +0000 Subject: * Don't apply colour escape chars on input fields git-svn-id: svn://svn.icculus.org/quake3/trunk@1184 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/client.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'code/client/client.h') diff --git a/code/client/client.h b/code/client/client.h index a2e682e..d419bd1 100644 --- a/code/client/client.h +++ b/code/client/client.h @@ -500,9 +500,9 @@ void SCR_FillRect( float x, float y, float width, float height, void SCR_DrawPic( float x, float y, float width, float height, qhandle_t hShader ); void SCR_DrawNamedPic( float x, float y, float width, float height, const char *picname ); -void SCR_DrawBigString( int x, int y, const char *s, float alpha ); // draws a string with embedded color control characters with fade -void SCR_DrawBigStringColor( int x, int y, const char *s, vec4_t color ); // ignores embedded color control characters -void SCR_DrawSmallStringExt( int x, int y, const char *string, float *setColor, qboolean forceColor ); +void SCR_DrawBigString( int x, int y, const char *s, float alpha, qboolean noColorEscape ); // draws a string with embedded color control characters with fade +void SCR_DrawBigStringColor( int x, int y, const char *s, vec4_t color, qboolean noColorEscape ); // ignores embedded color control characters +void SCR_DrawSmallStringExt( int x, int y, const char *string, float *setColor, qboolean forceColor, qboolean noColorEscape ); void SCR_DrawSmallChar( int x, int y, int ch ); -- cgit v1.2.3