mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
force hook=1 with GCC build
This commit is contained in:
parent
27b7d62282
commit
f0fb557827
@ -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…
x
Reference in New Issue
Block a user