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:
parent
6dcfe78398
commit
7c4abe5ef0
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user