X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=keys.c;h=133da90c5c4b556998b8d17884463f40bb92acba;hb=929f9a6fe217e9c8ca40a68a5229b08400233946;hp=4cd6d4b318f93ebf5428eaff98b86a1d90c3115f;hpb=b91033966317d4d6a2a6bdf2952291fc88e3f7c4;p=xonotic%2Fdarkplaces.git diff --git a/keys.c b/keys.c index 4cd6d4b3..133da90c 100644 --- 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; }