diff options
Diffstat (limited to 'src/pklib')
-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 |