[Scummvm-cvs-logs] CVS: scummvm/base gameDetector.cpp,1.103,1.104

Chris Apers chrilith at users.sourceforge.net
Fri Mar 11 02:36:11 CET 2005


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

Modified Files:
	gameDetector.cpp 
Log Message:
PalmOS too

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/gameDetector.cpp,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- gameDetector.cpp	10 Mar 2005 16:29:06 -0000	1.103
+++ gameDetector.cpp	11 Mar 2005 10:35:38 -0000	1.104
@@ -197,7 +197,7 @@
 
 	// The user can override the savepath with the SCUMMVM_SAVEPATH 
 	// environment variable.
-#if !defined(MACOS_CARBON) && !defined(_WIN32_WCE)
+#if !defined(MACOS_CARBON) && !defined(_WIN32_WCE) && !defined(__PALM_OS__)
 	const char *dir = getenv("SCUMMVM_SAVEPATH");
 	if (dir && *dir) {
 		// TODO: Verify whether the path is valid





More information about the Scummvm-git-logs mailing list