mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-23 12:32:14 +00:00
fixed "minimizekeynames" not being unregistered on input system shutdown
This commit is contained in:
parent
c95e9a86ee
commit
dff8216de7
1 changed files with 2 additions and 0 deletions
|
@ -1287,6 +1287,8 @@ static void IN_StartupHotKey( qbool fullStartUp )
|
||||||
|
|
||||||
static void IN_ShutDownHotKey()
|
static void IN_ShutDownHotKey()
|
||||||
{
|
{
|
||||||
|
Cmd_RemoveCommand( "minimizekeynames" );
|
||||||
|
|
||||||
WIN_UnregisterHotKey();
|
WIN_UnregisterHotKey();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue