[Scummvm-cvs-logs] CVS: scummvm/common engine.h,1.37,1.38

Max Horn fingolfin at users.sourceforge.net
Wed Sep 17 16:06:04 CEST 2003


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

Modified Files:
	engine.h 
Log Message:
cleanup

Index: engine.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/engine.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- engine.h	17 Sep 2003 21:06:15 -0000	1.37
+++ engine.h	17 Sep 2003 23:05:07 -0000	1.38
@@ -28,6 +28,11 @@
 extern const char *gScummVMBuildDate;	// e.g. "2003-06-24"
 extern const char *gScummVMFullVersion;	// e.g. "ScummVM 0.4.1 (2003-06-24)"
 
+// TODO: Get rid of these enums. Ideally, GIDs should be
+// 100% local to the module they are defined in. Right now
+// we can't make this change since some of the backends
+// and also gui/launcher.cpp contain tests on the GID.
+// Ideally, all those should be converted to something else.
 enum GameId {
 	GID_SCUMM_FIRST = 1,
 	GID_SCUMM_LAST = GID_SCUMM_FIRST + 99,





More information about the Scummvm-git-logs mailing list