[Scummvm-cvs-logs] CVS: scummvm/base gameDetector.cpp,1.36,1.37

Max Horn fingolfin at users.sourceforge.net
Fri Oct 17 10:08:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1:/tmp/cvs-serv17710/base

Modified Files:
	gameDetector.cpp 
Log Message:
removed obsolete FIXME/TODO

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/gameDetector.cpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- gameDetector.cpp	17 Oct 2003 17:05:19 -0000	1.36
+++ gameDetector.cpp	17 Oct 2003 17:06:58 -0000	1.37
@@ -259,13 +259,6 @@
 	bool long_option_value;
 
 	// Iterate over all comman line arguments, backwards.
-	// FIXME: Looping backwards has a major problem: Consider this example
-	// invocation: "scummvm -g 1x". It should work exactly like "scummvm -g1x"
-	// but it doesn't! Instead of starting the launcher with the 1x sacler
-	// in effect, it will give an error about target 1x being unknown.
-	// This can be fixed by forward iterating the args. Of course doing that
-	// essentially means we have to rewrite the whole command line parser,
-	// but that seems like a good idea anyway.
 	for (i = argc - 1; i >= 1; i--) {
 		s = argv[i];
 





More information about the Scummvm-git-logs mailing list