mirror of
https://github.com/0TheSpy/Seaside.git
synced 2024-12-23 00:27:23 +08:00
Update dllmain.cpp
This commit is contained in:
parent
97eb82f707
commit
7b20b22fa0
@ -336,9 +336,7 @@ DWORD WINAPI HackThread(HMODULE hModule)
|
||||
if (GetAsyncKeyState(VK_INSERT) & 1)
|
||||
{
|
||||
opt.show = !opt.show;
|
||||
#ifdef DEBUG
|
||||
cout << "Show Menu: " << opt.show << endl;
|
||||
#endif
|
||||
printfdbg("Show Menu: %s\n", opt.show ? "true" : "false");
|
||||
if (!opt.show)
|
||||
iff.g_pInputSystem->EnableInput(1);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user