From 4375a7b463205f634c3e5e38be253e1b61b911ed Mon Sep 17 00:00:00 2001 From: divverent Date: Sat, 4 Apr 2009 15:53:31 +0000 Subject: [PATCH] make Quake start again :P git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8857 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_parse.c | 3 +++ 1 file changed, 3 insertions(+) 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: -- 2.39.2