]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
make Quake start again :P
[xonotic/darkplaces.git] / cl_parse.c
index d3df3867bec9f935b94fda6e0a5c20f24602b34e..80d11efb6650450ae95ebd4bca61da09d5f4c76c 100644 (file)
@@ -1448,7 +1448,10 @@ static void CL_SignonReply (void)
                        //MSG_WriteString (&cls.netcon->message, "prespawn");
                }
                else // playing a demo...  make sure loading occurs as soon as possible
+               {
+                       SCR_PushLoadingScreen(false, "Loading precaches", 1);
                        CL_BeginDownloads(false);
+               }
                break;
 
        case 2: