Skip to content

Commit 556c968

Browse files
committedMay 16, 2020
Fix packfile overriding regression
1 parent ceecac3 commit 556c968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎game_patch/misc/packfile.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ static unsigned g_num_name_collisions = 0;
6969
static std::vector<std::unique_ptr<rf::Packfile>> g_packfiles;
7070
static std::unordered_map<std::string, rf::PackfileEntry*> g_loopup_table;
7171
static bool g_is_modded_game = false;
72-
static bool g_is_overriding_disabled = true;
72+
static bool g_is_overriding_disabled = false;
7373

7474
#ifdef MOD_FILE_WHITELIST
7575

0 commit comments

Comments
 (0)
Please sign in to comment.