From dfe27140cea7c64f4d0082b82a39e3d6bd2eb64a Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 13 Jan 2005 06:21:17 +0000 Subject: [PATCH] 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 --- cl_demo.c | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.39.2