[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.61,1.62

Max Horn fingolfin at users.sourceforge.net
Sat Jun 14 18:43:07 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv26708/sky

Modified Files:
	sky.cpp 
Log Message:
moved GameId declaration to common/engine.h (more logical); moved scumm specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies)

Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- sky.cpp	9 Jun 2003 18:58:37 -0000	1.61
+++ sky.cpp	15 Jun 2003 01:42:19 -0000	1.62
@@ -40,8 +40,8 @@
 
 static const VersionSettings sky_settings[] = {
 	/* Beneath a Steel Sky */
-	{"sky", "Beneath a Steel Sky", GID_SKY_FIRST, 99, 0, "sky.dsk" },
-	{NULL, NULL, 0, 0, 0, NULL}
+	{"sky", "Beneath a Steel Sky", GID_SKY_FIRST, 99, VersionSettings::ADLIB_DONT_CARE, 0, "sky.dsk" },
+	{NULL, NULL, 0, 0, VersionSettings::ADLIB_DONT_CARE, 0, NULL}
 };
 
 const VersionSettings *Engine_SKY_targetList() {





More information about the Scummvm-git-logs mailing list