[Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.10,1.11
James Brown
ender at users.sourceforge.net
Mon Oct 21 05:42:05 CEST 2002
Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv22649/scumm
Modified Files:
akos.cpp
Log Message:
add missing bitmask value. akos16 is still quite broken however
Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/akos.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- akos.cpp 21 Oct 2002 08:13:48 -0000 1.10
+++ akos.cpp 21 Oct 2002 12:41:46 -0000 1.11
@@ -1077,7 +1077,7 @@
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) {
More information about the Scummvm-git-logs
mailing list