mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +08:00
(IFX): fixed index reading.
This commit is contained in:
@@ -57,7 +57,6 @@ namespace GameRes.Formats.Winters
|
||||
if (!entry.CheckPlacement (file.MaxOffset))
|
||||
return null;
|
||||
dir.Add (entry);
|
||||
index_offset += 0x10;
|
||||
}
|
||||
if (0 == dir.Count)
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user