mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 09:56:22 +01: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…
Reference in New Issue
Block a user