mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge #2650
2650: Remove panic quit button r=Learath2 a=def- Use alt-f4 or whatever your window manager wants instead. Co-authored-by: def <dennis@felsin9.de>
This commit is contained in:
commit
b13197e9f2
|
@ -3027,7 +3027,6 @@ void CClient::Run()
|
||||||
RequestDDNetInfo();
|
RequestDDNetInfo();
|
||||||
|
|
||||||
bool LastD = false;
|
bool LastD = false;
|
||||||
bool LastQ = false;
|
|
||||||
bool LastE = false;
|
bool LastE = false;
|
||||||
bool LastG = false;
|
bool LastG = false;
|
||||||
|
|
||||||
|
@ -3108,13 +3107,6 @@ void CClient::Run()
|
||||||
// update sound
|
// update sound
|
||||||
Sound()->Update();
|
Sound()->Update();
|
||||||
|
|
||||||
// panic quit button
|
|
||||||
if(CtrlShiftKey(KEY_Q, LastQ))
|
|
||||||
{
|
|
||||||
Quit();
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
if(CtrlShiftKey(KEY_D, LastD))
|
if(CtrlShiftKey(KEY_D, LastD))
|
||||||
g_Config.m_Debug ^= 1;
|
g_Config.m_Debug ^= 1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue