mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
VIDEO: Corrected minor mistake in SVQ1 decoder.
This commit is contained in:
parent
69e76182cb
commit
9330a7c54d
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user