[Scummvm-cvs-logs] CVS: scummvm/sky compact.cpp,1.15.2.1,1.15.2.2 disk.cpp,1.43.2.1,1.43.2.2

Robert G?ffringmann lavosspawn at users.sourceforge.net
Tue Aug 5 01:06:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv21662/sky

Modified Files:
      Tag: branch-0-5-0
	compact.cpp disk.cpp 
Log Message:
removed useless warnings

Index: compact.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compact.cpp,v
retrieving revision 1.15.2.1
retrieving revision 1.15.2.2
diff -u -d -r1.15.2.1 -r1.15.2.2
--- compact.cpp	4 Aug 2003 21:18:02 -0000	1.15.2.1
+++ compact.cpp	5 Aug 2003 08:05:15 -0000	1.15.2.2
@@ -89,8 +89,6 @@
 			return buf + cpt->grafixProg.pos;
 		case TALKTABLE:
 			buf = (uint16 *)SkyTalkAnims::animTalkTablePtr[cpt->grafixProg.ptrTarget];
-			if (buf == NULL)
-				warning("::getGrafixPtr: request for TT ptr %d -> NULL", cpt->grafixProg.ptrTarget);
 			return buf + cpt->grafixProg.pos;
 		case EVIL_PTR:
 			return (cpt->grafixProg.evilPtr + cpt->grafixProg.pos);

Index: disk.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/disk.cpp,v
retrieving revision 1.43.2.1
retrieving revision 1.43.2.2
diff -u -d -r1.43.2.1 -r1.43.2.2
--- disk.cpp	1 Aug 2003 16:33:13 -0000	1.43.2.1
+++ disk.cpp	5 Aug 2003 08:05:15 -0000	1.43.2.2
@@ -122,7 +122,6 @@
 
 	filePtr = getFileInfo(fileNr);
 	if (filePtr == NULL) {
-		printf("File %d not found", fileNr);
 		return NULL;
 	}
 





More information about the Scummvm-git-logs mailing list