From c0ac60e4facfc9d7a588dd2a23fe548b7212975b Mon Sep 17 00:00:00 2001 From: krzys-h Date: Mon, 20 Oct 2014 21:15:39 +0200 Subject: Fixed save directories in things not yet refactored to use PHYSFS --- src/ui/studio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/studio.cpp') diff --git a/src/ui/studio.cpp b/src/ui/studio.cpp index abe4e5c..01ffd6a 100644 --- a/src/ui/studio.cpp +++ b/src/ui/studio.cpp @@ -1533,7 +1533,7 @@ std::string CStudio::SearchDirectory(bool bCreate) } else { - sprintf(dir, "%s/%s/Program/", m_main->GetSavegameDir(), m_main->GetGamerName()); + sprintf(dir, "%s/%s/Program/", m_main->GetPHYSFSSavegameDir(), m_main->GetGamerName()); } fs::path path = fs::path(dir); -- cgit v1.2.3-1-g7c22