mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-13 16:47:57 +00:00
engine: client: console: remove unneeded return from Con_DrawConsoleLen
This commit is contained in:
parent
3584d3d1a6
commit
73fcb84b62
@ -808,7 +808,7 @@ compute string width and height in screen pixels
|
|||||||
*/
|
*/
|
||||||
void GAME_EXPORT Con_DrawStringLen( const char *pText, int *length, int *height )
|
void GAME_EXPORT Con_DrawStringLen( const char *pText, int *length, int *height )
|
||||||
{
|
{
|
||||||
return CL_DrawStringLen( con.curFont, pText, length, height, FONT_DRAW_UTF8 );
|
CL_DrawStringLen( con.curFont, pText, length, height, FONT_DRAW_UTF8 );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user