Fix issues.

This commit is contained in:
Sławomir Śpiewak
2024-08-01 11:46:41 +02:00
parent 738b2950f6
commit 45e7af60ea
2 changed files with 14 additions and 10 deletions

View File

@@ -335,9 +335,9 @@ namespace GameRes.Formats.DxLib
{
public long BaseOffset;
public long IndexOffset;
public uint IndexSize;
public uint FileTable;
public uint DirTable;
public long IndexSize;
public long FileTable;
public long DirTable;
public int CodePage;
}