Skip to content

Commit

Permalink
do not enable setting by default
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Dec 14, 2024
1 parent 6dcfe78 commit 7c4abe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7c4abe5

Please sign in to comment.