force hook=1 with GCC build
This commit is contained in:
parent
27b7d62282
commit
f0fb557827
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@ void Settings_Load()
|
||||||
WindowRect.left = GetInt("posX", -32000);
|
WindowRect.left = GetInt("posX", -32000);
|
||||||
WindowRect.top = GetInt("posY", -32000);
|
WindowRect.top = GetInt("posY", -32000);
|
||||||
|
|
||||||
HookingMethod = GetInt("hook", 1);
|
#ifdef _MSC_VER
|
||||||
|
HookingMethod = GetInt("hook", 4);
|
||||||
|
#endif
|
||||||
|
|
||||||
ddraw->render.maxfps = GetInt("maxfps", 125);
|
ddraw->render.maxfps = GetInt("maxfps", 125);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue