mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 13:39:09 +08:00
(IntOpener.TryOpen): clear directory before attempting new entry size.
This commit is contained in:
@@ -146,6 +146,7 @@ namespace GameRes.Formats.CatSystem
|
||||
var dir = new List<Entry> (entry_count);
|
||||
foreach (var name_length in NameSizes)
|
||||
{
|
||||
dir.Clear();
|
||||
try
|
||||
{
|
||||
long current_offset = 8;
|
||||
|
||||
Reference in New Issue
Block a user