From df8a5a5d65b5a18452f37a254245f693a88325dd Mon Sep 17 00:00:00 2001 From: kervala Date: Wed, 13 Jan 2016 20:01:36 +0100 Subject: [PATCH] Fixed: Remove some hardcoded paths and replaced them by LeveldesignDataPath variable --- .../translation_tools/extract_new_sheet_names.cpp | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/code/ryzom/tools/translation_tools/extract_new_sheet_names.cpp b/code/ryzom/tools/translation_tools/extract_new_sheet_names.cpp index d593a44b1..70d01c93f 100644 --- a/code/ryzom/tools/translation_tools/extract_new_sheet_names.cpp +++ b/code/ryzom/tools/translation_tools/extract_new_sheet_names.cpp @@ -356,6 +356,7 @@ int extractNewSheetNames(int argc, char *argv[]) CConfigFile::CVar &paths = cf.getVar("Paths"); CConfigFile::CVar &pathNoRecurse= cf.getVar("PathsNoRecurse"); CConfigFile::CVar &ligoClassFile= cf.getVar("LigoClassFile"); + CConfigFile::CVar &leveldesignDataPathVar = cf.getVar("LeveldesignDataPath"); // parse path for (uint i=0; i