mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
draft tweak.
This commit is contained in:
parent
f734780143
commit
4977331692
@ -43,7 +43,7 @@ namespace GameRes.Formats.??????
|
||||
return null;
|
||||
|
||||
var dir = new List<Entry> (count);
|
||||
for (uint i = 0; i < count; ++i)
|
||||
for (int i = 0; i < count; ++i)
|
||||
{
|
||||
var entry = FormatCatalog.Instance.CreateEntry (name);
|
||||
if (!entry.CheckPlacement (file.MaxOffset))
|
||||
|
Loading…
x
Reference in New Issue
Block a user