From 8a5d1100a5db289150d25cfd942c446ee38c12fa Mon Sep 17 00:00:00 2001 From: GreYFoXGTi Date: Fri, 1 Oct 2010 19:25:54 +0200 Subject: [PATCH] This reverts commit b4b2404303f84d1cca56980e75ec0e3d348147c8. thanks to Speedy-Consoles for pointing out the commit Closes #54. Signed-off-by: GreYFoXGTi --- src/game/client/components/console.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/game/client/components/console.cpp b/src/game/client/components/console.cpp index 604735d6e..b3060ec69 100644 --- a/src/game/client/components/console.cpp +++ b/src/game/client/components/console.cpp @@ -555,11 +555,11 @@ void CGameConsole::Toggle(int Type) if (m_ConsoleState == CONSOLE_CLOSED || m_ConsoleState == CONSOLE_CLOSING) { - Input()->MouseModeAbsolute(); - m_pClient->m_pMenus->UseMouseButtons(false); + /*Input()->MouseModeAbsolute(); + m_pClient->m_pMenus->UseMouseButtons(false);*/ m_ConsoleState = CONSOLE_OPENING; - // reset controls - m_pClient->m_pControls->OnReset(); + /*// reset controls + m_pClient->m_pControls->OnReset();*/ } else {