]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
make Quake start again :P
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 4 Apr 2009 15:53:31 +0000 (15:53 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 4 Apr 2009 15:53:31 +0000 (15:53 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8857 d7cf8633-e32d-0410-b094-e92efae38249

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: