mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
engine: server: fix another const qualifier lose
This commit is contained in:
parent
901e52615b
commit
7b8ec0ad4b
@ -681,7 +681,7 @@ void SV_Status_f( void )
|
||||
for( i = 0, cl = svs.clients; i < svs.maxclients; i++, cl++ )
|
||||
{
|
||||
int j, l;
|
||||
char *s;
|
||||
const char *s;
|
||||
|
||||
if( !cl->state ) continue;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user