diff --git a/qw/source/cl_main.c b/qw/source/cl_main.c index 037da7fcb..224427c13 100644 --- a/qw/source/cl_main.c +++ b/qw/source/cl_main.c @@ -1449,20 +1449,21 @@ Host_Frame (float time) // resend a connection request if necessary if (cls.state == ca_disconnected) { CL_CheckForResend (); - } else + } else { CL_SendCmd (); - // Set up prediction for other players - CL_SetUpPlayerPrediction (false); + // Set up prediction for other players + CL_SetUpPlayerPrediction (false); - // do client side motion prediction - CL_PredictMove (); + // do client side motion prediction + CL_PredictMove (); - // Set up prediction for other players - CL_SetUpPlayerPrediction (true); + // Set up prediction for other players + CL_SetUpPlayerPrediction (true); - // build a refresh entity list - CL_EmitEntities (); + // build a refresh entity list + CL_EmitEntities (); + } // update video if (host_speeds->int_val)