I don't think we want to do prediction when DISCONNECTED ...

This commit is contained in:
Dabb 2001-03-05 18:10:52 +00:00
parent 89dd78e5fe
commit b4dfcb0906

View file

@ -1460,7 +1460,7 @@ 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
@ -1474,6 +1474,7 @@ Host_Frame (float time)
// build a refresh entity list
CL_EmitEntities ();
}
// update video
if (host_speeds->int_val)