Release v0.4.9.4.1 (Hotfix)

STR
This commit is contained in:
korenkonder
2020-06-19 18:57:04 +03:00
parent 35dee99307
commit 8dd10b2fa4
+2
View File
@@ -22,6 +22,8 @@ namespace KKdMainLib
if (header.Signature == 0x41525453)
{
header = _IO.ReadHeader(true, false);
_IO.IsBE = header.UseBigEndian;
_IO.Format = header.Format;
int count = _IO.RI32E();
int offset = _IO.RI32E();