[Scummvm-cvs-logs] CVS: scummvm/gui launcher.cpp,1.37,1.38

Max Horn fingolfin at users.sourceforge.net
Fri Jun 6 17:02:03 CEST 2003


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

Modified Files:
	launcher.cpp 
Log Message:
use _version

Index: launcher.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/launcher.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- launcher.cpp	30 Apr 2003 13:57:55 -0000	1.37
+++ launcher.cpp	7 Jun 2003 00:01:18 -0000	1.38
@@ -291,7 +291,7 @@
 			strcpy(detectName, v->filename);
 			strcpy(detectName2, v->filename);
 			strcat(detectName, ".000");
-			if (v->features & GF_AFTER_V7) {
+			if (v->version >= 7) {
 				strcat(detectName2, ".la0");
 			} else if (v->features & GF_HUMONGOUS)
 				strcat(detectName2, ".he0");





More information about the Scummvm-git-logs mailing list