mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-26 23:24:00 +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)
|
if (null == dir)
|
||||||
dir = new List<Entry> (count);
|
dir = new List<Entry> (count);
|
||||||
|
else
|
||||||
|
dir.Clear();
|
||||||
long index_offset = 4;
|
long index_offset = 4;
|
||||||
for (int i = 0; i < count; ++i)
|
for (int i = 0; i < count; ++i)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user