mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge branch 'master' of github.com:GreYFoXGTi/DDRace into Cleanup
This commit is contained in:
commit
56c4655e55
|
@ -555,11 +555,11 @@ void CGameConsole::Toggle(int Type)
|
||||||
|
|
||||||
if (m_ConsoleState == CONSOLE_CLOSED || m_ConsoleState == CONSOLE_CLOSING)
|
if (m_ConsoleState == CONSOLE_CLOSED || m_ConsoleState == CONSOLE_CLOSING)
|
||||||
{
|
{
|
||||||
Input()->MouseModeAbsolute();
|
/*Input()->MouseModeAbsolute();
|
||||||
m_pClient->m_pMenus->UseMouseButtons(false);
|
m_pClient->m_pMenus->UseMouseButtons(false);*/
|
||||||
m_ConsoleState = CONSOLE_OPENING;
|
m_ConsoleState = CONSOLE_OPENING;
|
||||||
// reset controls
|
/*// reset controls
|
||||||
m_pClient->m_pControls->OnReset();
|
m_pClient->m_pControls->OnReset();*/
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue