[Scummvm-cvs-logs] SF.net SVN: scummvm: [21584] scummvm/trunk/engines/simon/game.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Mon Apr 3 19:43:01 CEST 2006


Revision: 21584
Author:   kirben
Date:     2006-04-03 19:41:45 -0700 (Mon, 03 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21584&view=rev

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

Modified Paths:
--------------
    scummvm/trunk/engines/simon/game.cpp
Modified: scummvm/trunk/engines/simon/game.cpp
===================================================================
--- scummvm/trunk/engines/simon/game.cpp	2006-04-04 01:38:53 UTC (rev 21583)
+++ scummvm/trunk/engines/simon/game.cpp	2006-04-04 02:41:45 UTC (rev 21584)
@@ -1243,7 +1243,6 @@
 
 DetectedGame GameDescription::toDetectedGame() {
 	const char *title;
-	printf("gameType is %d\n", gameType);
 	title = simonGames[gameType].description;
 	DetectedGame dg(name, title, language, platform);
 	dg.updateDesc(extra);


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