Skip to content

Commit 4b2068b

Browse files
committed
FIX THE CRAZY BUG
1 parent 7b0725e commit 4b2068b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/FileSystem.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,7 @@ static void InternalLoadPak(
13291329

13301330
// Update the list of files, but don't overwrite existing files, so the sort order is preserved
13311331
if (isBuiltin) {
1332+
loadedPak.fd = -1;
13321333
for (auto& it : builtinPakMap[pak.name])
13331334
{
13341335
Log::Debug("Adding file from builtin pak %s: %s", pak.name, it.first);

0 commit comments

Comments
 (0)