fix setting name
This commit is contained in:
parent
dfd3776081
commit
c6fa7d3894
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ void cfg_load()
|
||||||
GET_BOOL(g_config.mgs_hack, "mgs_hack", FALSE);
|
GET_BOOL(g_config.mgs_hack, "mgs_hack", FALSE);
|
||||||
GET_BOOL(g_config.tlc_hack, "tlc_hack", FALSE);
|
GET_BOOL(g_config.tlc_hack, "tlc_hack", FALSE);
|
||||||
GET_BOOL(g_config.homm_hack, "homm_hack", FALSE);
|
GET_BOOL(g_config.homm_hack, "homm_hack", FALSE);
|
||||||
GET_BOOL(g_config.homm_hack, "carma95_hack", FALSE);
|
GET_BOOL(g_config.carma95_hack, "carma95_hack", FALSE);
|
||||||
|
|
||||||
GameHandlesClose = GameHandlesClose || g_config.infantryhack;
|
GameHandlesClose = GameHandlesClose || g_config.infantryhack;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue