[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.103,1.104

Max Horn fingolfin at users.sourceforge.net
Fri Jun 6 16:59:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv13782

Modified Files:
	gameDetector.cpp 
Log Message:
remove version column

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- gameDetector.cpp	6 Jun 2003 22:51:31 -0000	1.103
+++ gameDetector.cpp	6 Jun 2003 23:57:59 -0000	1.104
@@ -291,12 +291,12 @@
 	const VersionSettings *v = version_settings;
 	const char *config;
 
-	printf("Game          SCUMM ver Full Title                                     Config\n"
-	       "------------- --------- ---------------------------------------------- -------\n");
+	printf("Game          Full Title                                     Config\n"
+	       "------------- ---------------------------------------------- -------\n");
 
 	while (v->filename && v->gamename) {
 		config = (g_config->has_domain(v->filename)) ? "Yes" : "";
-		printf("%-14s%-7s\t%-47s%s\n", v->filename, "n/a", v->gamename, config);
+		printf("%-14s\t%-47s%s\n", v->filename, v->gamename, config);
 		v++;
 	}
 		





More information about the Scummvm-git-logs mailing list