]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.c
added collision.c, cl_collision.c. collision.h, cl_collision.h
[xonotic/darkplaces.git] / keys.c
diff --git a/keys.c b/keys.c
index 4cd6d4b318f93ebf5428eaff98b86a1d90c3115f..133da90c5c4b556998b8d17884463f40bb92acba 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -171,7 +171,10 @@ void Key_Console (int key)
                key_linepos = 1;
                // force an update, because the command may take some time
                if (cls.state == ca_disconnected)
+               {
+                       CL_UpdateScreen ();
                        CL_UpdateScreen ();
+               }
                return;
        }