mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
bah
This commit is contained in:
parent
5e13394afc
commit
5f8118ce1f
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ SV_Mute_f (void)
|
||||||
int i;
|
int i;
|
||||||
double mins = 0.5;
|
double mins = 0.5;
|
||||||
qboolean all = false, done = false;
|
qboolean all = false, done = false;
|
||||||
client_t *cl;
|
client_t *cl = 0;
|
||||||
char text[1024];
|
char text[1024];
|
||||||
|
|
||||||
if (Cmd_Argc() != 2 && Cmd_Argc() != 3) {
|
if (Cmd_Argc() != 2 && Cmd_Argc() != 3) {
|
||||||
|
|
Loading…
Reference in a new issue