[Scummvm-cvs-logs] SF.net SVN: scummvm: [22513] scummvm/trunk/engines/kyra/staticres.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu May 18 04:36:02 CEST 2006


Revision: 22513
Author:   eriktorbjorn
Date:     2006-05-18 04:35:08 -0700 (Thu, 18 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22513&view=rev

Log Message:
-----------
Removed leftover printf()

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/staticres.cpp
Modified: scummvm/trunk/engines/kyra/staticres.cpp
===================================================================
--- scummvm/trunk/engines/kyra/staticres.cpp	2006-05-18 11:32:59 UTC (rev 22512)
+++ scummvm/trunk/engines/kyra/staticres.cpp	2006-05-18 11:35:08 UTC (rev 22513)
@@ -607,8 +607,6 @@
 	const Room *tempRoomList = _staticres->loadRoomTable(kRoomList, _roomTableSize);
 
 	if (_roomTableSize > 0) {
-		printf("%d\n", _roomTableSize);
-		fflush(stdout);
 		_roomTable = new Room[_roomTableSize];
 		assert(_roomTable);
 


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