toggling the console makes the loading plaque go away.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@451 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-11-17 17:57:09 +00:00
parent 233bf881f3
commit e19ea04207
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ Con_ToggleConsole_f
*/
void Con_ToggleConsole_f (void)
{
SCR_EndLoadingPlaque();
Key_ClearTyping ();
if (key_dest == key_console)