mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2025-01-26 02:20:54 +01: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( ))
|
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…
x
Reference in New Issue
Block a user