I think I found the correct place for the state change

This commit is contained in:
Bill Currie 2007-03-18 21:56:14 +00:00 committed by Jeff Teunissen
parent 0f1cd876b2
commit a2b1cc7845
2 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,6 @@ Model_NextDownload (void)
va (prespawn_name, cl.servercount,
cl.worldmodel->checksum2));
}
CL_SetState (ca_active);
}
static void

View File

@ -101,6 +101,7 @@ Skin_NextDownload (void)
MSG_WriteString (&cls.netchan.message, va ("begin %i",
cl.servercount));
Cache_Report (); // print remaining memory
CL_SetState (ca_active);
}
}