diff options
-rw-r--r-- | scumm/akos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp index 3cd71dc4e8..31ced5b761 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -1077,7 +1077,7 @@ static byte akos16_shift; static int32 akos16_bits; static int32 akos16_numbits; static byte * akos16_dataptr; -static int32 _bitMask[] = {0, 1, 3, 7, 15, 31, 127, 255}; +static int32 _bitMask[] = {0, 1, 3, 7, 15, 31, 63, 127, 255}; static byte akos16_buffer[336]; void AkosRenderer::akos16SetupBitReader(byte *src) { |