summaryrefslogtreecommitdiff
path: root/source/gl_draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/gl_draw.c')
-rw-r--r--source/gl_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gl_draw.c b/source/gl_draw.c
index 6ea5f42..9387a9e 100644
--- a/source/gl_draw.c
+++ b/source/gl_draw.c
@@ -270,7 +270,7 @@ void Draw_Char( int x, int y, int flags, int ch, qhandle_t hFont ) {
draw.color, R_ImageForHandle( hFont ) );
}
-int Draw_String( int x, int y, int flags, int maxChars,
+int Draw_String( int x, int y, int flags, size_t maxChars,
const char *string, qhandle_t hFont )
{
byte c;