[Scummvm-cvs-logs] CVS: scummvm/gui launcher.cpp,1.44,1.45

Max Horn fingolfin at users.sourceforge.net
Mon Sep 8 21:03:15 CEST 2003


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv28387/gui

Modified Files:
	launcher.cpp 
Log Message:
added a FIXME comment

Index: launcher.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/launcher.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- launcher.cpp	8 Sep 2003 15:38:30 -0000	1.44
+++ launcher.cpp	8 Sep 2003 16:10:05 -0000	1.45
@@ -95,6 +95,7 @@
 	}
 
 	// Determine whether this is a SCUMM game
+	// FIXME: This check is evil, as it requires us to hard code GIDs.
 	bool isScumm = (GID_SCUMM_FIRST <= target->id && target->id <= GID_SCUMM_LAST);
 
 	





More information about the Scummvm-git-logs mailing list