[Scummvm-cvs-logs] CVS: scummvm/scumm resource.cpp,1.338,1.339
kirben
kirben at users.sourceforge.net
Fri Oct 14 17:50:38 CEST 2005
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2615/scumm
Modified Files:
resource.cpp
Log Message:
Ooops, remove debug output.
Index: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/resource.cpp,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -d -r1.338 -r1.339
--- resource.cpp 15 Oct 2005 00:46:08 -0000 1.338
+++ resource.cpp 15 Oct 2005 00:47:23 -0000 1.339
@@ -750,8 +750,6 @@
}
byte *ScummEngine::getResourceAddress(int type, int idx) {
- printf("getResourceAddress: type %d idx %d\n", type, idx);
-
byte *ptr;
CHECK_HEAP
@@ -759,8 +757,6 @@
if (_heversion >= 80 && type == rtString)
idx &= ~0x33539000;
- printf("getResourceAddress2: type %d idx %d\n", type, idx);
-
if (!res.validateResource("getResourceAddress", type, idx))
return NULL;
More information about the Scummvm-git-logs
mailing list