[Scummvm-cvs-logs] CVS: scummvm/sword2 resman.cpp,1.98,1.99

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Sun Sep 19 11:20:09 CEST 2004


Update of /cvsroot/scummvm/scummvm/sword2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32555

Modified Files:
	resman.cpp 
Log Message:
Removed obsolete comment.


Index: resman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/resman.cpp,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- resman.cpp	12 Sep 2004 17:10:59 -0000	1.98
+++ resman.cpp	19 Sep 2004 18:19:30 -0000	1.99
@@ -447,7 +447,6 @@
 		debug(6, "res len %d", len);
 
 		// Ok, we know the length so try and allocate the memory.
-		// If it can't then old files will be ditched until it works.
 		_resList[res].ptr = _vm->_memory->memAlloc(len, res);
 		_resList[res].size = len;
 		_resList[res].refCount = 0;





More information about the Scummvm-git-logs mailing list