mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(MnoViolet): clear file list before reading index.
This commit is contained in:
parent
33f6e83385
commit
6b28c28a56
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user