diff options
author | Ladislav Zezula <zezula@volny.cz> | 2020-06-17 17:19:32 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2020-06-17 17:19:32 +0200 |
commit | 0bed08c704496c9724de7a3ad88b4a1358d26ac1 (patch) | |
tree | fb32487e20d55507965ba0228ab2b0ea1b7b9a2d | |
parent | 0bf50c536f548034c9e1ddd72ba9d648e990bfeb (diff) | |
parent | 31297279a207f686492dcb0cc9e1782300d44462 (diff) |
Merge branch 'master' of https://github.com/ladislav-zezula/StormLib
-rw-r--r-- | src/pklib/pklib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pklib/pklib.h b/src/pklib/pklib.h index 3ad5f69..6f7e933 100644 --- a/src/pklib/pklib.h +++ b/src/pklib/pklib.h @@ -101,7 +101,7 @@ typedef struct unsigned char LengthCodes[0x100]; // 2B34: Table of length codes unsigned char offs2C34[0x100]; // 2C34: Buffer for unsigned char offs2D34[0x100]; // 2D34: Buffer for - unsigned char offs2E34[0x80]; // 2EB4: Buffer for + unsigned char offs2E34[0x80]; // 2E34: Buffer for unsigned char offs2EB4[0x100]; // 2EB4: Buffer for unsigned char ChBitsAsc[0x100]; // 2FB4: Buffer for unsigned char DistBits[0x40]; // 30B4: Numbers of bytes to skip copied block length |