mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 13:21:51 +08:00
engine: client: also drop loading plaque on toggleconsole, in case if it's stuck
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user