INNER CODE UNIT · C

p

headcrab-junkyard/OGS · QW/client/cl_main.c:569

			p = q + 1;
		} else
			break;
	}

	strcpy(cls.downloadtempname, cls.downloadname);
	cls.download = fopen (cls.downloadname, "wb");
	cls.downloadtype = dl_single;

	MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
	SZ_Print (&cls.netchan.message, va("download %s\n",Cmd_Argv(1)));
}
*/

void CL_Init ()
{
	char st[80];

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…