[Scummvm-cvs-logs] SF.net SVN: scummvm: [27968] scummvm/trunk/engines/parallaction/graphics. cpp
peres001 at users.sourceforge.net
peres001 at users.sourceforge.net
Sun Jul 8 15:53:57 CEST 2007
Revision: 27968
http://scummvm.svn.sourceforge.net/scummvm/?rev=27968&view=rev
Author: peres001
Date: 2007-07-08 06:53:56 -0700 (Sun, 08 Jul 2007)
Log Message:
-----------
Oops.
Modified Paths:
--------------
scummvm/trunk/engines/parallaction/graphics.cpp
Modified: scummvm/trunk/engines/parallaction/graphics.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/graphics.cpp 2007-07-08 13:39:23 UTC (rev 27967)
+++ scummvm/trunk/engines/parallaction/graphics.cpp 2007-07-08 13:53:56 UTC (rev 27968)
@@ -654,7 +654,6 @@
while (strlen(text) != 0) {
text = parseNextToken(text, token, 40, " ", true);
- printf("%s\n", text);
w += getStringWidth(token);
if (w > maxwidth) {
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