From 28edee23808f8bda65c81d389ac25e2f054d94b4 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Fri, 11 Mar 2005 10:35:38 +0000 Subject: PalmOS too svn-id: r17073 --- base/gameDetector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index 7a4fe72680..95e747438f 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -197,7 +197,7 @@ GameDetector::GameDetector() { // 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 -- cgit v1.2.3