mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-12-03 14:42:39 +00:00
Another download fix, whoopsies
This commit is contained in:
parent
1441c7e137
commit
8bce9a53ec
1 changed files with 1 additions and 1 deletions
|
|
@ -71,8 +71,8 @@ static void mark_groups_loaded_from_hash(void) {
|
||||||
if (ogIndexStart < sOffsetGroupCount) {
|
if (ogIndexStart < sOffsetGroupCount) {
|
||||||
LOG_INFO("Marking group as required: %llu (%s)", ogIndexStart, file->relativePath);
|
LOG_INFO("Marking group as required: %llu (%s)", ogIndexStart, file->relativePath);
|
||||||
offsetGroupRequired[ogIndexStart] = 1;
|
offsetGroupRequired[ogIndexStart] = 1;
|
||||||
ogIndexStart++;
|
|
||||||
}
|
}
|
||||||
|
ogIndexStart++;
|
||||||
} while (ogIndexStart <= ogIndexEnd);
|
} while (ogIndexStart <= ogIndexEnd);
|
||||||
}
|
}
|
||||||
fileStartOffset += file->size;
|
fileStartOffset += file->size;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue