client: Fix compilation.

This commit is contained in:
Andrey Akhmichin 2023-11-01 02:40:22 +05:00
parent dd6995ecbd
commit 7ca2750c3d
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ int CHudMOTD::Draw( float fTime )
// find where to start drawing the line
if( ( ypos > ROW_RANGE_MIN ) && ( ypos + LINE_HEIGHT <= ypos_r + height ) )
DrawUtfString( xpos, ypos, xmax, ch, 255, 180, 0 );
DrawUtfString( xpos, ypos, xmax, (const char*)ch, 255, 180, 0 );
ypos += LINE_HEIGHT;