aboutsummaryrefslogtreecommitdiff
path: root/video/codecs
diff options
context:
space:
mode:
authorD G Turner2012-04-03 04:38:18 +0100
committerD G Turner2012-04-08 03:29:11 +0100
commit9330a7c54db8782b399f747f882d641b85122513 (patch)
treed867d310b73b2a98ab4d7b798b425509a900e68d /video/codecs
parent69e76182cbfc33788a010e2cc48d2de39f7aae45 (diff)
downloadscummvm-rg350-9330a7c54db8782b399f747f882d641b85122513.tar.gz
scummvm-rg350-9330a7c54db8782b399f747f882d641b85122513.tar.bz2
scummvm-rg350-9330a7c54db8782b399f747f882d641b85122513.zip
VIDEO: Corrected minor mistake in SVQ1 decoder.
Diffstat (limited to 'video/codecs')
-rw-r--r--video/codecs/svq1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/codecs/svq1.cpp b/video/codecs/svq1.cpp
index 397336738d..056e9e0753 100644
--- a/video/codecs/svq1.cpp
+++ b/video/codecs/svq1.cpp
@@ -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,