VIDEO: Corrected minor mistake in SVQ1 decoder.

This commit is contained in:
D G Turner 2012-04-03 04:38:18 +01:00
parent 69e76182cb
commit 9330a7c54d

View File

@ -69,7 +69,7 @@ const Graphics::Surface *SVQ1Decoder::decodeImage(Common::SeekableReadStream *st
// }
//}
#ifdef 0
#if 0
static const uint16 checksum_table[256] = {
0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50A5, 0x60C6, 0x70E7,
0x8108, 0x9129, 0xA14A, 0xB16B, 0xC18C, 0xD1AD, 0xE1CE, 0xF1EF,