mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
msvc can be too permissive.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4472 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
763cef2441
commit
492c7dd3bf
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ void ClientReliableWrite_String(client_t *cl, const char *s)
|
|||
MSG_WriteString(&cl->netchan.message, s);
|
||||
}
|
||||
|
||||
void ClientReliableWrite_SZ(client_t *cl, void *data, int len)
|
||||
void ClientReliableWrite_SZ(client_t *cl, const void *data, int len)
|
||||
{
|
||||
if (cl->num_backbuf)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue