engine: client: also drop loading plaque on toggleconsole, in case if it's stuck
This commit is contained in:
parent
d46d62bf03
commit
64eb0a694d
1 changed files with 2 additions and 0 deletions
|
@ -283,6 +283,8 @@ void Con_ToggleConsole_f( void )
|
||||||
if( !host.allow_console || UI_CreditsActive( ))
|
if( !host.allow_console || UI_CreditsActive( ))
|
||||||
return; // disabled
|
return; // disabled
|
||||||
|
|
||||||
|
SCR_EndLoadingPlaque();
|
||||||
|
|
||||||
// show console only in game or by special call from menu
|
// show console only in game or by special call from menu
|
||||||
if( cls.state != ca_active || cls.key_dest == key_menu )
|
if( cls.state != ca_active || cls.key_dest == key_menu )
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue