mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
(MnoViolet): clear file list before reading index.
This commit is contained in:
@@ -62,6 +62,8 @@ namespace GameRes.Formats.MnoViolet
|
||||
{
|
||||
if (null == dir)
|
||||
dir = new List<Entry> (count);
|
||||
else
|
||||
dir.Clear();
|
||||
long index_offset = 4;
|
||||
for (int i = 0; i < count; ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user