From cdf2eb2eb79f59b5b0873402e07c281463b52b11 Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Sat, 11 Dec 2004 00:39:27 +0000 Subject: Update CE default savepath svn-id: r16027 --- common/savefile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/savefile.cpp b/common/savefile.cpp index 07313bfcf5..17468f6a80 100644 --- a/common/savefile.cpp +++ b/common/savefile.cpp @@ -58,7 +58,7 @@ const char *SaveFileManager::getSavePath() const { #ifdef _WIN32_WCE if (dir[0] == 0) - dir = _gameDataPath.c_str(); + dir = ConfMan.get("path").c_str(); #endif assert(dir); -- cgit v1.2.3