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:
parent
233bf881f3
commit
e19ea04207
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ Con_ToggleConsole_f
|
|||
*/
|
||||
void Con_ToggleConsole_f (void)
|
||||
{
|
||||
SCR_EndLoadingPlaque();
|
||||
Key_ClearTyping ();
|
||||
|
||||
if (key_dest == key_console)
|
||||
|
|
Loading…
Reference in a new issue