[Scummvm-cvs-logs] CVS: residual resource.cpp,1.27,1.28
Torbjörn Andersson
eriktorbjorn at users.sourceforge.net
Sun Aug 28 04:13:44 CEST 2005
Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28212
Modified Files:
resource.cpp
Log Message:
This should fix compilation on non-Windows systems, though I can't verify
it on this computer.
Index: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/resource.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- resource.cpp 27 Aug 2005 16:08:44 -0000 1.27
+++ resource.cpp 28 Aug 2005 11:12:30 -0000 1.28
@@ -93,7 +93,7 @@
if (strstr(de->d_name, "005"))
_labs.push_front(l);
else {
- if (strstr(find_file_data.cFileName, "gfdemo01"))
+ if (strstr(de->d_name, "gfdemo01"))
g_flags |= GF_DEMO;
_labs.push_back(l);
}
More information about the Scummvm-git-logs
mailing list