From: divverent Date: Sat, 4 Apr 2009 15:53:31 +0000 (+0000) Subject: make Quake start again :P X-Git-Tag: xonotic-v0.1.0preview~1750 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4375a7b463205f634c3e5e38be253e1b61b911ed;p=xonotic%2Fdarkplaces.git make Quake start again :P git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8857 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_parse.c b/cl_parse.c index d3df3867..80d11efb 100644 --- a/cl_parse.c +++ b/cl_parse.c @@ -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: