summaryrefslogtreecommitdiffstats
path: root/src/app/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.cpp')
-rw-r--r--src/app/app.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app/app.cpp b/src/app/app.cpp
index 80f178b..b07c3e8 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -149,7 +149,11 @@ CApplication::CApplication()
m_dataPath = GetSystemUtils()->GetDataPath();
m_langPath = GetSystemUtils()->GetLangPath();
+ #if DEV_BUILD
+ m_savePath = "saves";
+ #else
m_savePath = GetSystemUtils()->GetSaveDir();
+ #endif
m_runSceneName = "";
m_runSceneRank = 0;