mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Changed DataLoadOrderPatch to be 1 by default.
This commit is contained in:
@@ -330,7 +330,7 @@ void LoadOrder::init() {
|
||||
|
||||
GetExtraPatches();
|
||||
|
||||
if (GetConfigInt("Misc", "DataLoadOrderPatch", 0)) {
|
||||
if (GetConfigInt("Misc", "DataLoadOrderPatch", 1)) {
|
||||
dlog("Applying data load order patch.", DL_INIT);
|
||||
MakeCall(0x444259, game_init_databases_hack1);
|
||||
MakeCall(0x4442F1, game_init_databases_hack2);
|
||||
|
||||
Reference in New Issue
Block a user