mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
add missing bitmask value. akos16 is still quite broken however
svn-id: r5211
This commit is contained in:
parent
31c773923e
commit
88462aec1a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user