This commit is contained in:
Bill Currie 2002-10-10 03:35:45 +00:00
parent 5e13394afc
commit 5f8118ce1f

View file

@ -623,7 +623,7 @@ SV_Mute_f (void)
int i;
double mins = 0.5;
qboolean all = false, done = false;
client_t *cl;
client_t *cl = 0;
char text[1024];
if (Cmd_Argc() != 2 && Cmd_Argc() != 3) {