Browse Source

client: Fix compilation.

sentencewarn
Andrey Akhmichin 1 year ago
parent
commit
7ca2750c3d
  1. 2
      cl_dll/MOTD.cpp

2
cl_dll/MOTD.cpp

@ -109,7 +109,7 @@ int CHudMOTD::Draw( float fTime ) @@ -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;

Loading…
Cancel
Save