diff options
Diffstat (limited to 'src/dyetool')
-rw-r--r-- | src/dyetool/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dyetool/client.cpp b/src/dyetool/client.cpp index 6e206de7f..a402fc6f9 100644 --- a/src/dyetool/client.cpp +++ b/src/dyetool/client.cpp @@ -650,7 +650,7 @@ int Client::gameExec() } logger->log("Init paths"); - paths.init("paths.xml", UseResman_true); + paths.init("paths.xml", UseVirtFs_true); paths.setDefaultValues(getPathsDefaults()); initPaths(); TranslationManager::loadCurrentLang(); |