fixed "minimizekeynames" not being unregistered on input system shutdown

This commit is contained in:
myT 2017-07-30 02:21:44 +02:00
parent c95e9a86ee
commit dff8216de7

View file

@ -1287,6 +1287,8 @@ static void IN_StartupHotKey( qbool fullStartUp )
static void IN_ShutDownHotKey()
{
Cmd_RemoveCommand( "minimizekeynames" );
WIN_UnregisterHotKey();
}