(IFX): fixed index reading.

This commit is contained in:
morkt 2018-08-09 08:42:25 +04:00
parent 8abbd93475
commit 199f1066ec

View File

@ -57,7 +57,6 @@ namespace GameRes.Formats.Winters
if (!entry.CheckPlacement (file.MaxOffset))
return null;
dir.Add (entry);
index_offset += 0x10;
}
if (0 == dir.Count)
return null;