[Scummvm-cvs-logs] SF.net SVN: scummvm: [30498] scummvm/branches/branch-0-11-0/engines/scumm/ smush/codec47.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue Jan 15 21:08:55 CET 2008


Revision: 30498
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30498&view=rev
Author:   eriktorbjorn
Date:     2008-01-15 12:08:55 -0800 (Tue, 15 Jan 2008)

Log Message:
-----------
Initialise _lastTableWidth.

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/engines/scumm/smush/codec47.cpp

Modified: scummvm/branches/branch-0-11-0/engines/scumm/smush/codec47.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/scumm/smush/codec47.cpp	2008-01-15 20:06:41 UTC (rev 30497)
+++ scummvm/branches/branch-0-11-0/engines/scumm/smush/codec47.cpp	2008-01-15 20:08:55 UTC (rev 30498)
@@ -526,6 +526,7 @@
 #endif
 
 Codec47Decoder::Codec47Decoder(int width, int height) {
+	_lastTableWidth = -1;
 	_width = width;
 	_height = height;
 	_tableBig = (byte *)malloc(256 * 388);


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