[Scummvm-cvs-logs] CVS: scummvm/gob gob.cpp,1.25,1.25.2.1

Eugene Sandulenko sev at users.sourceforge.net
Mon Oct 17 06:53:49 CEST 2005


Update of /cvsroot/scummvm/scummvm/gob
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12444

Modified Files:
      Tag: branch-0-8-0
	gob.cpp 
Log Message:
Disable gob2 in 0.8.0


Index: gob.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/gob.cpp,v
retrieving revision 1.25
retrieving revision 1.25.2.1
diff -u -d -r1.25 -r1.25.2.1
--- gob.cpp	17 Oct 2005 00:23:00 -0000	1.25
+++ gob.cpp	17 Oct 2005 13:52:15 -0000	1.25.2.1
@@ -112,7 +112,7 @@
 	}
 } gob_list[] = {
 	{"gob1", "Gobliiins", GF_GOB1},
-	{"gob2", "Gobliins 2", GF_GOB2},
+	//{"gob2", "Gobliins 2", GF_GOB2},
 	{0, 0, 0}
 };
 





More information about the Scummvm-git-logs mailing list