because gcc cares
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3684 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
609dbda629
commit
9612a39576
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ void S_Voip_Transmit(unsigned char clc, sizebuf_t *buf)
|
|||
memmove(s_speex.capturebuf, s_speex.capturebuf + encpos, s_speex.capturepos-encpos);
|
||||
s_speex.capturepos -= encpos;
|
||||
}
|
||||
void S_Voip_Ignore(int slot, qboolean ignore)
|
||||
void S_Voip_Ignore(unsigned int slot, qboolean ignore)
|
||||
{
|
||||
CL_SendClientCommand(true, "vignore %i %i", slot, ignore);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue