Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Network

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;
        }
    }

Name: Anonymous 2009-09-04 17:00


Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List