[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.58,1.59

Max Horn fingolfin at users.sourceforge.net
Fri Jun 6 16:23:03 CEST 2003


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

Modified Files:
	sky.cpp 
Log Message:
Preparations for removing GF_AFTER_V? flags

Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- sky.cpp	6 Jun 2003 20:54:52 -0000	1.58
+++ sky.cpp	6 Jun 2003 22:51:32 -0000	1.59
@@ -40,8 +40,8 @@
 
 static const VersionSettings sky_settings[] = {
 	/* Beneath a Steel Sky */
-	{"sky", "Beneath a Steel Sky", GID_SKY_FIRST, 99, 99, 99, 0, "sky.dsk" },
-	{NULL, NULL, 0, 0, 0, 0, 0, NULL}
+	{"sky", "Beneath a Steel Sky", GID_SKY_FIRST, 99, 0, "sky.dsk" },
+	{NULL, NULL, 0, 0, 0, NULL}
 };
 
 const VersionSettings *Engine_SKY_targetList() {
@@ -59,7 +59,7 @@
 SkyState::SkyState(GameDetector *detector, OSystem *syst)
 	: Engine(detector, syst) {
 	
-	_game = detector->_gameId;
+	_game = detector->_game.id;
 
 	if (!_mixer->bindToSystem(syst))
 		warning("Sound initialisation failed.");





More information about the Scummvm-git-logs mailing list