Made loading screens work

This commit is contained in:
OM 2023-05-19 21:33:02 +02:00
parent 7aee02ba8d
commit f5fa8d15d1
2 changed files with 69 additions and 57 deletions

View file

@ -527,6 +527,7 @@ void CL_ParseGamestate( msg_t *msg ) {
// reinitialize the filesystem if the game directory has changed
FS_ConditionalRestart( clc.checksumFeed );
cls.state = CA_LOADING;
if (!com_sv_running->integer)
{
const char *info = cl.gameState.stringData + cl.gameState.stringOffsets[CS_SERVERINFO];