From 5a7f6977bb198659a7ad7f199e37cef73ec1be96 Mon Sep 17 00:00:00 2001 From: rti Date: Tue, 9 Nov 2010 02:21:35 +0100 Subject: [PATCH] Changed: #1153 first, check for client_default.cfg in working dir --- code/ryzom/client/src/client_cfg.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/ryzom/client/src/client_cfg.cpp b/code/ryzom/client/src/client_cfg.cpp index 6f9efce88..8ebb6e417 100644 --- a/code/ryzom/client/src/client_cfg.cpp +++ b/code/ryzom/client/src/client_cfg.cpp @@ -2170,6 +2170,8 @@ bool CClientConfig::getDefaultConfigLocation(std::string& p_name) const std::string defaultConfigFileName = "client_default.cfg"; std::string defaultConfigPath; + p_name = std::string(); + #ifdef NL_OS_MAC // on mac, client_default.cfg should be searched in .app/Contents/Resources/ defaultConfigPath =