aboutsummaryrefslogtreecommitdiff
path: root/common/savefile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/savefile.cpp')
-rw-r--r--common/savefile.cpp2
1 files changed, 1 insertions, 1 deletions
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);