mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
engine: client: also drop loading plaque on toggleconsole, in case if it's stuck
This commit is contained in:
parent
d46d62bf03
commit
64eb0a694d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user