[Scummvm-cvs-logs] SF.net SVN: scummvm: [32338] scummvm/trunk/engines/scumm/string.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Wed May 28 15:02:34 CEST 2008


Revision: 32338
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32338&view=rev
Author:   Kirben
Date:     2008-05-28 06:02:33 -0700 (Wed, 28 May 2008)

Log Message:
-----------
Remove debug left over.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/string.cpp

Modified: scummvm/trunk/engines/scumm/string.cpp
===================================================================
--- scummvm/trunk/engines/scumm/string.cpp	2008-05-28 13:00:41 UTC (rev 32337)
+++ scummvm/trunk/engines/scumm/string.cpp	2008-05-28 13:02:33 UTC (rev 32338)
@@ -1439,14 +1439,10 @@
 }
 
 void ScummEngine_v7::playSpeech(const byte *ptr) {
-	printf("playSpeech: %s\n", (const char *) ptr);
-
 	if ((_game.id == GID_DIG || _game.id == GID_CMI) && ptr[0]) {
 		char pointer[20];
 		strcpy(pointer, (const char *)ptr);
-		
 
-
 		// Play speech
 		if (!(_game.features & GF_DEMO) && (_game.id == GID_CMI)) // CMI demo does not have .IMX for voice
 			strcat(pointer, ".IMX");


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