IOQ3 commit 2384

This commit is contained in:
Richard Allen 2012-12-22 00:45:57 +00:00
parent 2882352983
commit a1fc4d89d4

View file

@ -853,6 +853,9 @@ Downloads are finished
==================
*/
static void SV_DoneDownload_f( client_t *cl ) {
if ( cl->state == CS_ACTIVE )
return;
Com_DPrintf( "clientDownload: %s Done\n", cl->name);
// resend the game state to update any clients that entered during the download
SV_SendClientGameState(cl);