From: havoc Date: Thu, 13 Jan 2005 06:21:17 +0000 (+0000) Subject: removed a SCR_BeginLoadingPlaque when starting to play a demo X-Git-Tag: xonotic-v0.1.0preview~5228 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=dfe27140cea7c64f4d0082b82a39e3d6bd2eb64a;p=xonotic%2Fdarkplaces.git removed a SCR_BeginLoadingPlaque when starting to play a demo removed clearing of scr_conlines (useless) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4921 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_demo.c b/cl_demo.c index cdbc2101..c52e4ae2 100644 --- a/cl_demo.c +++ b/cl_demo.c @@ -343,8 +343,6 @@ void CL_PlayDemo_f (void) return; } - SCR_BeginLoadingPlaque (); - strlcpy(cls.demoname, name, sizeof(cls.demoname)); cls.demoplayback = true; cls.state = ca_connected; @@ -413,7 +411,6 @@ void CL_TimeDemo_f (void) // instantly hide console and deactivate it key_dest = key_game; key_consoleactive = 0; - scr_conlines = 0; scr_con_current = 0; cls.timedemo = true;