]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_demo.c
removed a SCR_BeginLoadingPlaque when starting to play a demo
[xonotic/darkplaces.git] / cl_demo.c
index cdbc2101efcf4e90369662e5cc66b6cd2b988246..c52e4ae264fd007d661170c837bbc07e806e02b0 100644 (file)
--- 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;