1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 14:14:47 +01:00

force hook=1 with GCC build

This commit is contained in:
FunkyFr3sh 2020-09-26 08:20:13 +02:00
parent 27b7d62282
commit f0fb557827

View File

@ -51,7 +51,9 @@ void Settings_Load()
WindowRect.left = GetInt("posX", -32000);
WindowRect.top = GetInt("posY", -32000);
HookingMethod = GetInt("hook", 1);
#ifdef _MSC_VER
HookingMethod = GetInt("hook", 4);
#endif
ddraw->render.maxfps = GetInt("maxfps", 125);