[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.130,1.131

Jonathan Gray khalek at users.sourceforge.net
Mon Aug 4 07:19:02 CEST 2003


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

Modified Files:
	gameDetector.cpp 
Log Message:
limit to 80 char again after last change...

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- gameDetector.cpp	4 Aug 2003 13:35:09 -0000	1.130
+++ gameDetector.cpp	4 Aug 2003 14:18:16 -0000	1.131
@@ -58,7 +58,8 @@
 	"\t                 supereagle,advmame2x, advmame3x,tv2x,dotmatrix)\n"
 	"\t-e<mode>       - set music engine (see README for details)\n"
 	"\t-a             - specify game is amiga version\n"
-	"\t-q<lang>       - specify language (en,de,fr,it,pt,es,jp,zh,kr,se,gb,hb)\n"
+	"\t-q<lang>       - specify language (en,de,fr,it,pt,es,jp,zh,kr,se,\n"
+	"\t                 gb,hb)\n"
 	"\n"
 	"\t-c<num>        - use cdrom <num> for cd audio\n"
 	"\t-m<num>        - set music volume to <num> (0-255)\n"





More information about the Scummvm-git-logs mailing list