From 6b28c28a56363cd01bfd879f9f3e6ee75063694c Mon Sep 17 00:00:00 2001 From: morkt Date: Wed, 25 Jul 2018 10:03:45 +0400 Subject: [PATCH] (MnoViolet): clear file list before reading index. --- ArcFormats/MnoViolet/ArcMnoViolet.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ArcFormats/MnoViolet/ArcMnoViolet.cs b/ArcFormats/MnoViolet/ArcMnoViolet.cs index 24231288..e538bccc 100644 --- a/ArcFormats/MnoViolet/ArcMnoViolet.cs +++ b/ArcFormats/MnoViolet/ArcMnoViolet.cs @@ -62,6 +62,8 @@ namespace GameRes.Formats.MnoViolet { if (null == dir) dir = new List (count); + else + dir.Clear(); long index_offset = 4; for (int i = 0; i < count; ++i) {