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

do not enable setting by default

This commit is contained in:
FunkyFr3sh 2024-12-14 02:02:24 +01:00
parent 6dcfe78398
commit 7c4abe5ef0

View File

@ -116,7 +116,7 @@ void cfg_load()
GET_BOOL(g_config.carma95_hack, "carma95_hack", FALSE);
GET_BOOL(g_config.sirtech_hack, "sirtech_hack", FALSE);
GET_BOOL(g_config.flightsim98_hack, "flightsim98_hack", FALSE);
GET_BOOL(g_config.seventhlegion_hack, "seventhlegion_hack", TRUE);
GET_BOOL(g_config.seventhlegion_hack, "seventhlegion_hack", FALSE);
GameHandlesClose = GameHandlesClose || g_config.infantryhack;