mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 06:28:19 +00:00
Remove panic quit button
This commit is contained in:
parent
1a20f9a6ae
commit
df82d24ffc
|
@ -3027,7 +3027,6 @@ void CClient::Run()
|
|||
RequestDDNetInfo();
|
||||
|
||||
bool LastD = false;
|
||||
bool LastQ = false;
|
||||
bool LastE = false;
|
||||
bool LastG = false;
|
||||
|
||||
|
@ -3108,13 +3107,6 @@ void CClient::Run()
|
|||
// update sound
|
||||
Sound()->Update();
|
||||
|
||||
// panic quit button
|
||||
if(CtrlShiftKey(KEY_Q, LastQ))
|
||||
{
|
||||
Quit();
|
||||
break;
|
||||
}
|
||||
|
||||
if(CtrlShiftKey(KEY_D, LastD))
|
||||
g_Config.m_Debug ^= 1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue