Disable tmp debug feature

develop
kaetemi 4 years ago
parent 8c6609943b
commit 78917354d9

@ -981,7 +981,7 @@ TInterfaceState globalMenu()
while (PlayerWantToGoInGame == false) while (PlayerWantToGoInGame == false)
{ {
#if defined(NL_OS_WINDOWS) && defined(NL_DEBUG) #if defined(NL_OS_WINDOWS) && defined(NL_DEBUG) && 0
// tmp for debug // tmp for debug
if (::GetAsyncKeyState(VK_SPACE)) if (::GetAsyncKeyState(VK_SPACE))
{ {
@ -1067,7 +1067,7 @@ TInterfaceState globalMenu()
nlSleep(ClientCfg.Sleep); nlSleep(ClientCfg.Sleep);
} }
#if defined(NL_OS_WINDOWS) && defined(NL_DEBUG) #if defined(NL_OS_WINDOWS) && defined(NL_DEBUG) && 0
if (::GetAsyncKeyState(VK_CONTROL)) if (::GetAsyncKeyState(VK_CONTROL))
{ {
pIM->displayUIViewBBoxs(""); pIM->displayUIViewBBoxs("");

Loading…
Cancel
Save