INNER CODE UNIT · C
pass3
headcrab-junkyard/OGS · QW/client/cl_main.c:735
pass3 = (time3 - time2)*1000;
Con_Printf ("%3i tot %3i server %3i gfx %3i snd\n",
pass1+pass2+pass3, pass1, pass2, pass3);
}
host_framecount++;
fps_count++;
}
static void simple_crypt(char *buf, int len)
{
while (len--)
*buf++ ^= 0xff;
}
void Host_FixupModelNames()
{
simple_crypt(emodel_name, sizeof(emodel_name) - 1);