diff --git a/engine/client/console.c b/engine/client/console.c index e53aafce..bae1a35d 100644 --- a/engine/client/console.c +++ b/engine/client/console.c @@ -283,6 +283,8 @@ void Con_ToggleConsole_f( void ) if( !host.allow_console || UI_CreditsActive( )) return; // disabled + SCR_EndLoadingPlaque(); + // show console only in game or by special call from menu if( cls.state != ca_active || cls.key_dest == key_menu ) return;