fix
This commit is contained in:
parent
ac871bada3
commit
8ad7bf5d2b
|
@ -215,7 +215,7 @@ _FX BOOLEAN Syscall_Init_List(void)
|
|||
|
||||
LIST disabled_hooks;
|
||||
Syscall_LoadHookMap(L"DisableWinNtHook", &disabled_hooks);
|
||||
if (Conf_Get_Boolean(Driver_Pool, L"Improve3DGameRate", 0, FALSE)) {
|
||||
if (Conf_Get_Boolean(NULL, L"Improve3DGameRate", 0, FALSE)) {
|
||||
PATTERN* pat = Pattern_Create(Driver_Pool, L"WaitForSingleObject", FALSE, 0);
|
||||
if (pat)
|
||||
List_Insert_After(&disabled_hooks, NULL, pat);
|
||||
|
|
Loading…
Reference in New Issue