[Scummvm-cvs-logs] SF.net SVN: scummvm: [32730] scummvm/trunk/engines/cine/unpack.cpp

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Wed Jun 18 05:31:14 CEST 2008


Revision: 32730
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32730&view=rev
Author:   buddha_
Date:     2008-06-17 20:31:13 -0700 (Tue, 17 Jun 2008)

Log Message:
-----------
Fixed a small discrepancy in Delphine unpacker's command 00b's documentation (Parameter range is 1..8, not 1..9).

Modified Paths:
--------------
    scummvm/trunk/engines/cine/unpack.cpp

Modified: scummvm/trunk/engines/cine/unpack.cpp
===================================================================
--- scummvm/trunk/engines/cine/unpack.cpp	2008-06-18 00:15:21 UTC (rev 32729)
+++ scummvm/trunk/engines/cine/unpack.cpp	2008-06-18 03:31:13 UTC (rev 32730)
@@ -111,7 +111,7 @@
 	while (_dst >= _dstBegin && !_error) {
 		/*
 		Bits  => Action:
-		0 0   => unpackRawBytes(3 bits + 1)              i.e. unpackRawBytes(1..9)
+		0 0   => unpackRawBytes(3 bits + 1)              i.e. unpackRawBytes(1..8)
 		1 1 1 => unpackRawBytes(8 bits + 9)              i.e. unpackRawBytes(9..264)
 		0 1   => copyRelocatedBytes(8 bits, 2)           i.e. copyRelocatedBytes(0..255, 2)
 		1 0 0 => copyRelocatedBytes(9 bits, 3)           i.e. copyRelocatedBytes(0..511, 3)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list