Name: Anonymous 2009-09-04 16:39
WinMain
{
while (1)
{
newtime = Sys_DoubleTime ();
time = newtime - oldtime;
Host_Frame (time)
{
setjmp
Sys_SendKeyEvents
IN_Commands
Cbuf_Execute
CL_ReadPackets
CL_SendCmd
CL_SetUpPlayerPrediction(false)
CL_PredictMove
CL_SetUpPlayerPrediction(true)
CL_EmitEntities
SCR_UpdateScreen
}
oldtime = newtime;
}
}