diff options
Diffstat (limited to 'source/sw_main.c')
-rw-r--r-- | source/sw_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sw_main.c b/source/sw_main.c index ae006a7..9915fc8 100644 --- a/source/sw_main.c +++ b/source/sw_main.c @@ -1361,7 +1361,7 @@ void Draw_FillEx( int x, int y, int w, int h, const color_t color ); void Draw_StretchRaw( int x, int y, int w, int h, int cols, int rows, const byte *data ); void Draw_Char( int x, int y, int flags, int ch, qhandle_t 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 ); /* |