remove early hook function
This commit is contained in:
parent
8fe772d385
commit
1452bbe598
7 changed files with 154 additions and 95 deletions
|
@ -76,7 +76,6 @@ void cfg_load()
|
|||
|
||||
g_config.save_settings = cfg_get_int("savesettings", 1);
|
||||
|
||||
g_hook_method = cfg_get_int("hook", 4);
|
||||
g_hook_dinput = cfg_get_bool("dinputhook", FALSE);
|
||||
|
||||
g_ddraw->render.maxfps = cfg_get_int("maxfps", -1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue