[Scummvm-cvs-logs] CVS: scummvm/scumm/smush codec47.cpp,1.7,1.8

Max Horn fingolfin at users.sourceforge.net
Sun Dec 29 11:51:02 CET 2002


Update of /cvsroot/scummvm/scummvm/scumm/smush
In directory sc8-pr-cvs1:/tmp/cvs-serv16148/scumm/smush

Modified Files:
	codec47.cpp 
Log Message:
fixed warning

Index: codec47.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/codec47.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- codec47.cpp	29 Dec 2002 17:55:16 -0000	1.7
+++ codec47.cpp	29 Dec 2002 19:50:08 -0000	1.8
@@ -27,7 +27,7 @@
 bool Codec47Decoder::initSize(const Point & p, const Rect & r) {
 	Decoder::initSize(p, r);
 	clean();
-	int32 frame_size = getRect().width() * getRect().height();
+//	int32 frame_size = getRect().width() * getRect().height();
 
 	return true;
 }





More information about the Scummvm-git-logs mailing list