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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/app.cpp b/src/app/app.cpp
index e2405b8..404c615 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -147,7 +147,7 @@ CApplication::CApplication()
m_mouseButtonsState = 0;
m_trackedKeys = 0;
- m_dataPath = COLOBOT_DEFAULT_DATADIR;
+ m_dataPath = GetSystemUtils()->GetDataPath();
m_langPath = COLOBOT_I18N_DIR;
m_texPackPath = "";