INNER CODE UNIT · C
pass1
headcrab-junkyard/OGS · QW/client/cl_main.c:732
pass1 = (time1 - time3)*1000;
time3 = Sys_DoubleTime ();
pass2 = (time2 - time1)*1000;
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;
}