[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.66,1.67

Max Horn fingolfin at users.sourceforge.net
Sun Jun 27 15:20:01 CEST 2004


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

Modified Files:
	scumm.cpp 
Log Message:
Added small TODO to my currently defunct OSX-COMI-hack

Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- scumm.cpp	27 Jun 2004 22:14:33 -0000	1.66
+++ scumm.cpp	27 Jun 2004 22:19:21 -0000	1.67
@@ -2774,6 +2774,12 @@
 const char *ScummEngine::getGameDataPath() const {
 #ifdef MACOSX
 	if (_version == 8 && !memcmp(_gameDataPath.c_str(), "/Volumes/MONKEY3_", 17)) {
+		// TODO: The following hack is currently inactive, since Fingolfin
+		// removed most calls to getGameDataPath(). This will soon be put 
+		// back into place once the File::setDefaultDirectory() method is
+		// replaced by a more flexible system...
+
+	
 		// Special case for COMI on Mac OS X. The mount points on OS X depend
 		// on the volume name. Hence if playing from CD, we'd get a problem.
 		// So if loading of a resource file fails, we fall back to the (fixed)





More information about the Scummvm-git-logs mailing list