mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
client: Fix compilation.
This commit is contained in:
parent
dd6995ecbd
commit
7ca2750c3d
@ -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…
x
Reference in New Issue
Block a user